1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 20:50:04 +00:00
Files
flutter-examples/image_from_network/ios/Runner/AppDelegate.h
2018-03-15 11:07:57 +05:30

7 lines
103 B
Objective-C

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