templates/simple/app/src/AppDelegate.h in xcbootstrap-0.0.2 vs templates/simple/app/src/AppDelegate.h in xcbootstrap-0.0.3
- old
+ new
@@ -1,7 +1,7 @@
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
-@property (strong, nonatomic) UIWindow *window;
+@property (nonatomic, strong) UIWindow *window;
@end