1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 12:39:17 +00:00
Files
flutter-examples/flutter_date_pickers-master/example/ios/Runner/AppDelegate.h
2022-10-22 20:29:43 +02:00

7 lines
103 B
Objective-C

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