Showing
2 changed files
with
5 additions
and
5 deletions
... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
19 | - (void) setToStage; | 19 | - (void) setToStage; |
20 | - (void) setLang:(NSString*) lang; | 20 | - (void) setLang:(NSString*) lang; |
21 | - (void) getSteps:(void(^)(CMPedometerData* stepsData)) completion; | 21 | - (void) getSteps:(void(^)(CMPedometerData* stepsData)) completion; |
22 | -- (UIViewController *) openCoupons:(UIView*) parentView; | 22 | +// - (UIViewController *) openCoupons:(UIView*) parentView; |
23 | //- (UIViewController *) openCoupon:(UIView*) parentView coupon:(NSDictionary*) coupon; | 23 | //- (UIViewController *) openCoupon:(UIView*) parentView coupon:(NSDictionary*) coupon; |
24 | //- (UIViewController *) openCouponBarcode:(UIView*) parentView coupon:(NSDictionary*) coupon; | 24 | //- (UIViewController *) openCouponBarcode:(UIView*) parentView coupon:(NSDictionary*) coupon; |
25 | //- (UIViewController *) openGifts:(UIView*) parentView; | 25 | //- (UIViewController *) openGifts:(UIView*) parentView; | ... | ... |
... | @@ -93,11 +93,11 @@ CMPedometer *pedometer; | ... | @@ -93,11 +93,11 @@ CMPedometer *pedometer; |
93 | LANG = lang; | 93 | LANG = lang; |
94 | } | 94 | } |
95 | 95 | ||
96 | -- (UIViewController *) openCoupons:(UIView*) parentView{ | 96 | +// - (UIViewController *) openCoupons:(UIView*) parentView{ |
97 | 97 | ||
98 | - UIViewController *couponsViewController = [[CouponsViewController alloc] init]; | 98 | +// UIViewController *couponsViewController = [[CouponsViewController alloc] init]; |
99 | - return couponsViewController; | 99 | +// return couponsViewController; |
100 | -} | 100 | +// } |
101 | 101 | ||
102 | //- (UIViewController *) openCoupon:(UIView*) parentView coupon:(NSDictionary*) coupon { | 102 | //- (UIViewController *) openCoupon:(UIView*) parentView coupon:(NSDictionary*) coupon { |
103 | // | 103 | // | ... | ... |
-
Please register or login to post a comment