JSON-based operations on contacts

This commit is contained in:
Francis Lachapelle
2014-06-19 15:51:57 -04:00
parent a4ac4db1e0
commit 065acc9ff1
13 changed files with 815 additions and 102 deletions
+6 -6
View File
@@ -32,18 +32,18 @@
NSDictionary *currentContact;
NSString *selectorComponentClass;
NSMutableDictionary *moduleSettings;
id currentFolder;
//id currentFolder;
BOOL contextIsSetup;
}
- (NSArray *) contactFolders;
- (NSString *) contactFolders;
- (NSArray *) personalContactInfos;
- (NSString *) currentContactFolderId;
- (NSString *) currentContactFolderOwner;
- (NSString *) currentContactFolderName;
- (NSString *) currentContactFolderClass;
// - (NSString *) currentContactFolderId;
// - (NSString *) currentContactFolderOwner;
// - (NSString *) currentContactFolderName;
// - (NSString *) currentContactFolderClass;
- (WOResponse *) saveDragHandleStateAction;