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