mirror of
https://github.com/sadaks-me/chevrolet_app
synced 2024-12-23 04:14:58 -06:00
6 lines
103 B
Objective-C
6 lines
103 B
Objective-C
#import <Flutter/Flutter.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : FlutterAppDelegate
|
|
|
|
@end
|