This commit is contained in:
Pierre-Olivier Latour
2015-11-01 11:20:56 -08:00
parent 21d9fc2f62
commit 0192c364b6

View File

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