mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

* Add flutter_view sample * Removed platform_services files * Addressed comments * update README.md * Addressed comments.
12 lines
280 B
Objective-C
12 lines
280 B
Objective-C
#include "AppDelegate.h"
|
|
#import <Flutter/Flutter.h>
|
|
|
|
@implementation AppDelegate
|
|
|
|
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
|
|
// Override point for customization after application launch.
|
|
return YES;
|
|
}
|
|
|
|
@end
|