Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
main.m File Reference
import <UIKit/UIKit.h>
import "AppDelegate.h"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 8 of file main.m.

8 {
9 @autoreleasepool {
10 return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
11 }
12}