Skip to content
Snippets Groups Projects
Commit ab72f401 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Remove iOS variant

parent e9560f7c
No related branches found
No related tags found
1 merge request!31Resolve "Remove iOS variant"
Pipeline #3528 passed
#import <Flutter/Flutter.h>
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
int main(int argc, char* argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment