Sebastián Katzer пре 12 година
родитељ
комит
9f84075425
1 измењених фајлова са 1 додато и 2 уклоњено
  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