aboutsummaryrefslogtreecommitdiff
path: root/QSThingsPlugin/Types/Constants.m
blob: e6158a2c31d300d8933ac931ef2ef8b7014ae7a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma mark - Things Object Types

NSString *const kAppSectionType = @"things.app-section";
NSString *const kProjectType = @"things.project";
NSString *const kAreaType = @"things.area";
NSString *const kTagType = @"things.tag";
NSString *const kTaskType = @"things.task";

#pragma mark - Keychain
NSString *const kKeychainService = @"QSThingsPlugin";
NSString *const kAuthenticationKeyKeychainKey = @"authenticationKey";