Pierre-Olivier Latour 9 年之前
父节点
当前提交
0192c364b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOS/AppDelegate.h

+ 1 - 1
iOS/AppDelegate.h

@@ -28,5 +28,5 @@
 #import <UIKit/UIKit.h>
 
 @interface AppDelegate : UIResponder <UIApplicationDelegate>
-@property(retain, nonatomic) UIWindow* window;
+@property(strong, nonatomic) UIWindow* window;
 @end