悟空记账

AppDelegate.h 346B

123456789101112131415161718
  1. //
  2. // AppDelegate.h
  3. // JIZHANG
  4. //
  5. // Created by kuxuan on 2017/10/17.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "MiPushSDK.h"
  10. @interface AppDelegate : UIResponder <UIApplicationDelegate,MiPushSDKDelegate,UNUserNotificationCenterDelegate>
  11. @property (strong, nonatomic) UIWindow *window;
  12. @end