2023-07-10 17:50:31 +08:00
|
|
|
#import <Flutter/Flutter.h>
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
2023-11-01 14:18:52 +08:00
|
|
|
#import <AVFoundation/AVFoundation.h>
|
|
|
|
|
#import <CoreFoundation/CoreFoundation.h>
|
|
|
|
|
#import <sqlite3.h>
|
|
|
|
|
#include <sys/sysctl.h>
|
|
|
|
|
#import <MediaPlayer/MediaPlayer.h>
|
|
|
|
|
#import <AudioToolbox/AudioToolbox.h>
|
|
|
|
|
|
|
|
|
|
#import <CloudPushSDK/CloudPushSDK.h>
|
2024-03-19 18:26:07 +08:00
|
|
|
#import "JPUSHService.h"
|
|
|
|
|
#import <UserNotifications/UserNotifications.h>
|
2023-11-01 14:18:52 +08:00
|
|
|
|
2024-03-19 18:26:07 +08:00
|
|
|
#import "JPUSHService.h"
|
|
|
|
|
#import <UserNotifications/UserNotifications.h>
|
2023-11-01 14:18:52 +08:00
|
|
|
|
2024-03-19 18:26:07 +08:00
|
|
|
|
|
|
|
|
@interface AppDelegate : FlutterAppDelegate <UIApplicationDelegate, JPUSHRegisterDelegate>
|
2023-11-01 14:18:52 +08:00
|
|
|
|
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
|
|
2023-07-10 17:50:31 +08:00
|
|
|
|
|
|
|
|
@end
|