1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 12:39:17 +00:00
Files
flutter-examples/load_local_json/ios/Runner/AppDelegate.h
2017-08-09 01:39:16 -07:00

7 lines
103 B
Objective-C

#import <UIKit/UIKit.h>
#import <Flutter/Flutter.h>
@interface AppDelegate : FlutterAppDelegate
@end