// // AppDelegate.h // // Copyright (c) 2015-2016 Evgeny Aleksandrov. License: MIT. #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end