diff options
Diffstat (limited to 'Low Battery Yup/DaemonLauncher.h')
-rw-r--r-- | Low Battery Yup/DaemonLauncher.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Low Battery Yup/DaemonLauncher.h b/Low Battery Yup/DaemonLauncher.h new file mode 100644 index 0000000..a62a256 --- /dev/null +++ b/Low Battery Yup/DaemonLauncher.h @@ -0,0 +1,13 @@ +// +// DaemonLauncher.h +// Low Battery Yup.d +// +// Created by TW on 12/2/16. +// Copyright (c) 2016 TW. All rights reserved. +// + +#import <Foundation/Foundation.h> + +@interface DaemonLauncher : NSObject + +@end |