Files
yinmeng-ios/xplan-ios/Main/Match/FlutterBoost+Xplan.h
2021-09-09 18:26:49 +08:00

17 lines
248 B
Objective-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