diff options
Diffstat (limited to 'QSThingsPlugin/Types/Constants.h')
| -rw-r--r-- | QSThingsPlugin/Types/Constants.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/QSThingsPlugin/Types/Constants.h b/QSThingsPlugin/Types/Constants.h new file mode 100644 index 0000000..e365a8f --- /dev/null +++ b/QSThingsPlugin/Types/Constants.h @@ -0,0 +1,7 @@ +#pragma mark - Things Object Types + +extern NSString *const kAppSectionType; +extern NSString *const kProjectType; +extern NSString *const kAreaType; +extern NSString *const kTagType; +extern NSString *const kTaskType; |