1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 20:50:04 +00:00
Files
flutter-examples/image_editor/ios/Runner/AppDelegate.h
Gourav Sarkar 48f14caf15 Image Editor App (#75)
* added image editor

* package update
2021-07-25 20:56:09 +02:00

7 lines
103 B
Objective-C

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