| 123456789101112131415 |
- //
- // AppDelegate.h
- // AJPushDemo
- //
- // Created by Black on 2021/2/3.
- // Copyright © 2018 anji-plus 安吉加加信息技术有限公司 http://www.anji-plus.com. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property (nonatomic, strong) UIWindow *window;
- @end
|