123456789101112131415161718 |
- //
- // AppDelegate.h
- // ACSION
- //
- // Created by sunyue on 2019/4/22.
- // Copyright © 2019 acsion. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @end
|