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