AppDelegate.h 228 B

123456789101112
  1. //
  2. // AppDelegate.h
  3. //
  4. // Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT.
  5. #import <UIKit/UIKit.h>
  6. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  7. @property (strong, nonatomic) UIWindow *window;
  8. @end