AppDelegate.h 230 B

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