Files
yinmeng-ios/xplan-ios/Main/Match/FlutterBoost+Xplan.h

17 lines
248 B
C
Raw Normal View History

2021-09-09 17:50:03 +08:00
//
// 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