Reduce usage of DataManager

This commit is contained in:
Cameron Gutman
2015-12-01 20:56:08 -08:00
parent bfa4856bbe
commit fe616d86c5
5 changed files with 12 additions and 61 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
@interface AppListResponse : NSObject <Response>
- (void)populateWithData:(NSData *)data;
- (NSArray*) getAppList;
- (NSSet*) getAppList;
- (BOOL) isStatusOk;
@end