#import <Flutter/Flutter.h>
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 6 of file main.m.
6 {
7 @autoreleasepool {
8 return UIApplicationMain(argc,
argv, nil, NSStringFromClass([
AppDelegate class]));
9 }
10}