Showing
2 changed files
with
1 additions
and
1 deletions
No preview for this file type
... | @@ -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 | 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; | ... | ... |
-
Please register or login to post a comment