18 lines
382 B
C
18 lines
382 B
C
![]() |
//
|
||
|
// XplanFlutterBoostDelegate.h
|
||
|
// PlanetStar
|
||
|
//
|
||
|
// Created by zu on 2021/3/18.
|
||
|
// Copyright © 2021 WUJIE INTERACTIVE. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <flutter_boost/FlutterBoost.h>
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface XplanFlutterBoostDelegate : NSObject<FlutterBoostDelegate>
|
||
|
|
||
|
@property (nonatomic,strong) UINavigationController *navigationController;
|
||
|
|
||
|
|
||
|
@end
|