17 lines
324 B
Objective-C
17 lines
324 B
Objective-C
//
|
|
// XplanFlutterBoostDelegate.h
|
|
// PlanetStar
|
|
//
|
|
// Created by 冯硕 on 2021/3/18.
|
|
//
|
|
|
|
#import <flutter_boost/FlutterBoost.h>
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface XplanFlutterBoostDelegate : NSObject<FlutterBoostDelegate>
|
|
|
|
@property (nonatomic,strong) UINavigationController *navigationController;
|
|
|
|
|
|
@end
|