14 lines
236 B
Objective-C
14 lines
236 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// AppDelegate
|
|
//
|
|
// Created by jenmalli on 2022/3/16.
|
|
// Copyright © 2022 Tencent. All rights reserved.
|
|
//
|
|
#import <Flutter/Flutter.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : FlutterAppDelegate
|
|
|
|
@end
|