1 // 2 // Xd3iOSAppDelegate.h 3 // xdelta3-ios-test 4 // 5 // Created by Joshua MacDonald on 6/16/12. 6 // Copyright (c) 2011, 2012 Joshua MacDonald. All rights reserved. 7 // 8 9 #import <UIKit/UIKit.h> 10 11 @interface Xd3iOSAppDelegate : UIResponder <UIApplicationDelegate> 12 13 @property (strong, nonatomic) UIWindow *window; 14 15 @end