From 0192c364b611a93b4009c4b8d840064b98840a9b Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Sun, 1 Nov 2015 11:20:56 -0800 Subject: [PATCH] Fix --- iOS/AppDelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/AppDelegate.h b/iOS/AppDelegate.h index 65f397f..8b0876f 100644 --- a/iOS/AppDelegate.h +++ b/iOS/AppDelegate.h @@ -28,5 +28,5 @@ #import @interface AppDelegate : UIResponder -@property(retain, nonatomic) UIWindow* window; +@property(strong, nonatomic) UIWindow* window; @end