25 lines
586 B
Objective-C
Executable File
25 lines
586 B
Objective-C
Executable File
#import <Flutter/Flutter.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#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>
|
|
#import "JPUSHService.h"
|
|
#import <UserNotifications/UserNotifications.h>
|
|
|
|
#import "JPUSHService.h"
|
|
#import <UserNotifications/UserNotifications.h>
|
|
|
|
|
|
@interface AppDelegate : FlutterAppDelegate <UIApplicationDelegate, JPUSHRegisterDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
|
|
@end
|