flutter/examples/hello_world/ios/Runner/AppDelegate.m
Chris Bracken 3241f643f0 Migrate sample applications off FlutterAppDelegate (#7677)
Almost all real-world apps will want a custom app delegate, and 'flutter
create' code-gens one by default. This brings the samples in line with
our templates and the most common use case.
2017-01-26 17:37:42 -08:00

7 lines
88 B
Objective-C

#import <Flutter/Flutter.h>
#include "AppDelegate.h"
@implementation AppDelegate
@end