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