mirror of
https://github.com/farcasclaudiu/flutter_plugin_appcenter.git
synced 2026-06-22 11:01:36 +03: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
|