// // AppDelegate.h // iOSLibStaticTest // // Created by Andrew Mackenzie-Ross on 3/02/2015. // // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end