Vasilis

fix

...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 - (void) setToStage; 15 - (void) setToStage;
16 - (void) setLang:(NSString*) lang; 16 - (void) setLang:(NSString*) lang;
17 - (UIViewController *) openProfile:(UIViewController*)controller :(UIWindow*) window; 17 - (UIViewController *) openProfile:(UIViewController*)controller :(UIWindow*) window;
18 -- (UIViewController *) openCoupons:(UIViewController*)controller :(UIWindow*) window; 18 +- (UIViewController *) openCoupons
19 - (void) applicationDidEnterBackground:(UIApplication *)application; 19 - (void) applicationDidEnterBackground:(UIApplication *)application;
20 - (void) applicationWillEnterForeground:(UIApplication *)application; 20 - (void) applicationWillEnterForeground:(UIApplication *)application;
21 - (void) applicationDidBecomeActive:(UIApplication *)application; 21 - (void) applicationDidBecomeActive:(UIApplication *)application;
......