Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Vasilis
2022-02-01 15:25:30 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3e96958cdee2caab46a6c176ffe612a5a495ffbf
3e96958c
1 parent
b79293a4
fix at myApi.h
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
WarplySDKFrameworkIOS/.DS_Store
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MyApi.h
WarplySDKFrameworkIOS/.DS_Store
View file @
3e96958
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
3e96958
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MyApi.h
View file @
3e96958
...
...
@@ -23,7 +23,7 @@
-
(
void
)
application
:(
UIApplication
*
)
application
didReceiveRemoteNotification
:(
NSDictionary
*
)
userInfo
;
-
(
NSMutableArray
*
)
getProducts
:(
NSString
*
)
filter
;
-
(
NSMutableArray
*
)
sendContact
:(
NSString
*
)
name
email
:(
NSString
*
)
email
msisdn
:(
NSString
*
)
msisdn
message
:(
NSString
*
)
message
;
-
(
NSMutableArray
*
)
getContent
:(
NSString
*
)
category
tags
:(
NSArray
*
)
tags
;
-
(
NSMutableArray
*
)
getContent
WithCategory
:(
NSString
*
)
category
tags
:(
NSArray
*
)
tags
;
-
(
NSMutableArray
*
)
getMerchantCategories
;
-
(
NSMutableArray
*
)
getMerchants
;
-
(
NSMutableArray
*
)
getTagsCategories
;
...
...
Please
register
or
login
to post a comment