blob: 251127816b5b8f4276a3ab642951de1196216642 [file] [log] [blame]
//
// AppDelegate.h
// iOSLibStaticTest
//
// Created by Andrew Mackenzie-Ross on 3/02/2015.
//
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end