Showing
3 changed files
with
1 additions
and
1 deletions
No preview for this file type
No preview for this file type
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | - (void) application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo; | 23 | - (void) application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo; |
24 | - (NSMutableArray *)getProducts:(NSString *) filter; | 24 | - (NSMutableArray *)getProducts:(NSString *) filter; |
25 | - (NSMutableArray*)sendContact:(NSString*)name email:(NSString*)email msisdn:(NSString*)msisdn message:(NSString*)message; | 25 | - (NSMutableArray*)sendContact:(NSString*)name email:(NSString*)email msisdn:(NSString*)msisdn message:(NSString*)message; |
26 | -- (NSMutableArray *)getContent:(NSString *)category tags:(NSArray *)tags; | 26 | +- (NSMutableArray *)getContentWithCategory:(NSString *)category tags:(NSArray *)tags; |
27 | - (NSMutableArray *)getMerchantCategories; | 27 | - (NSMutableArray *)getMerchantCategories; |
28 | - (NSMutableArray *)getMerchants; | 28 | - (NSMutableArray *)getMerchants; |
29 | - (NSMutableArray *)getTagsCategories; | 29 | - (NSMutableArray *)getTagsCategories; | ... | ... |
-
Please register or login to post a comment