app-starlock/ios/Runner/AppDelegate.h
2024-05-18 09:37:50 +08:00

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