mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-05-17 12:45:58 +08:00
7 lines
103 B
Objective-C
7 lines
103 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import <Flutter/Flutter.h>
|
|
|
|
@interface AppDelegate : FlutterAppDelegate
|
|
|
|
@end
|