flutter_jc_printer_plugin/example/ios/Runner/AppDelegate.m

14 lines
422 B
Mathematica
Raw Permalink Normal View History

2023-10-20 13:49:23 +08:00
#import "AppDelegate.h"
#import "GeneratedPluginRegistrant.h"
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[GeneratedPluginRegistrant registerWithRegistry:self];
// Override point for customization after application launch.
return [super application:application didFinishLaunchingWithOptions:launchOptions];
}
@end