Vasilis

fix for ui opening

...@@ -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 }
......