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-05-11 10:50:29 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2e2fe7dfee8198c0d6610f67da381d2ee1b39168
2e2fe7df
1 parent
d2422ac0
comment out open coupons at myApi
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MyApi.h
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MyApi.m
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MyApi.h
View file @
2e2fe7d
...
...
@@ -19,7 +19,7 @@
-
(
void
)
setToStage
;
-
(
void
)
setLang
:(
NSString
*
)
lang
;
-
(
void
)
getSteps
:(
void
(
^
)(
CMPedometerData
*
stepsData
))
completion
;
-
(
UIViewController
*
)
openCoupons
:(
UIView
*
)
parentView
;
//
- (UIViewController *) openCoupons:(UIView*) parentView;
//- (UIViewController *) openCoupon:(UIView*) parentView coupon:(NSDictionary*) coupon;
//- (UIViewController *) openCouponBarcode:(UIView*) parentView coupon:(NSDictionary*) coupon;
//- (UIViewController *) openGifts:(UIView*) parentView;
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MyApi.m
View file @
2e2fe7d
...
...
@@ -93,11 +93,11 @@ CMPedometer *pedometer;
LANG
=
lang
;
}
-
(
UIViewController
*
)
openCoupons
:
(
UIView
*
)
parentView
{
//
- (UIViewController *) openCoupons:(UIView*) parentView{
UIViewController
*
couponsViewController
=
[[
CouponsViewController
alloc
]
init
];
return
couponsViewController
;
}
//
UIViewController *couponsViewController = [[CouponsViewController alloc] init];
//
return couponsViewController;
//
}
//- (UIViewController *) openCoupon:(UIView*) parentView coupon:(NSDictionary*) coupon {
//
...
...
Please
register
or
login
to post a comment