17 lines
248 B
C
17 lines
248 B
C
![]() |
//
|
||
|
// FlutterBoost+Xplan.h
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by zu on 2021/9/9.
|
||
|
//
|
||
|
|
||
|
#import <flutter_boost/FlutterBoost.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface FlutterBoost (Xplan)
|
||
|
- (void)setup:(UIApplication*)application;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|