Showing
2 changed files
with
1 additions
and
1 deletions
No preview for this file type
... | @@ -55,7 +55,7 @@ NSString *LANG; | ... | @@ -55,7 +55,7 @@ NSString *LANG; |
55 | } | 55 | } |
56 | 56 | ||
57 | 57 | ||
58 | -- (UIViewController *) openCoupons:(UIViewController*)controller :(UIWindow*) window { | 58 | +- (UIViewController *) openCoupons { |
59 | UIView *myCoupons = [[[NSBundle mainBundle] loadNibNamed:@"Coupons" owner:self options:nil] objectAtIndex:0]; | 59 | UIView *myCoupons = [[[NSBundle mainBundle] loadNibNamed:@"Coupons" owner:self options:nil] objectAtIndex:0]; |
60 | return myCoupons; | 60 | return myCoupons; |
61 | } | 61 | } | ... | ... |
-
Please register or login to post a comment