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