Sebastián Katzer 12 years ago
parent
commit
9f84075425
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/ios/APPLocalNotification.m

+ 1 - 2
src/ios/APPLocalNotification.m

@@ -15,8 +15,7 @@
 - (NSMutableDictionary*) repeatDict;
 - (NSDictionary*) userDict:(NSMutableDictionary*)options;
 - (UILocalNotification*) prepareNotification:(NSMutableDictionary*)options;
-
-- (void)aWindowBecameMain:(NSNotification *)notification;
+- (void) didReceiveLocalNotification:(NSNotification *)localNotification;
 
 @end