1234567891011121314151617 |
- //
- // AppDelegate.h
- // iOS_Test
- //
- // Created by tiff on 11/17/16.
- // Copyright © 2016 icondb. All rights reserved.
- //
-
- #import <UIKit/UIKit.h>
-
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
-
- @property (strong, nonatomic) UIWindow *window;
-
-
- @end
|