Vasilis

comment out open coupons at myApi

......@@ -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;
......
......@@ -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 {
//
......