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