diff options
Diffstat (limited to 'Low Battery Yup')
| -rw-r--r-- | Low Battery Yup/AppDelegate.m | 3 | ||||
| -rw-r--r-- | Low Battery Yup/Constants.h | 1 | ||||
| -rw-r--r-- | Low Battery Yup/ShortcutView.m | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/Low Battery Yup/AppDelegate.m b/Low Battery Yup/AppDelegate.m index 9f3e367..1ea2d64 100644 --- a/Low Battery Yup/AppDelegate.m +++ b/Low Battery Yup/AppDelegate.m @@ -7,8 +7,7 @@ // #import "AppDelegate.h" - -static NSString *const kPreferenceGlobalShortcut = @"GlobalShortcut"; +#import "Constants.h" @implementation AppDelegate diff --git a/Low Battery Yup/Constants.h b/Low Battery Yup/Constants.h new file mode 100644 index 0000000..8652225 --- /dev/null +++ b/Low Battery Yup/Constants.h @@ -0,0 +1 @@ +#define kPreferenceGlobalShortcut @"GlobalShortcut" diff --git a/Low Battery Yup/ShortcutView.m b/Low Battery Yup/ShortcutView.m index 216501f..3dc2ff3 100644 --- a/Low Battery Yup/ShortcutView.m +++ b/Low Battery Yup/ShortcutView.m @@ -7,8 +7,7 @@ // #import "ShortcutView.h" - -static NSString *const kPreferenceGlobalShortcut = @"GlobalShortcut"; +#import "Constants.h" @implementation ShortcutView |
