2021-09-16 17:21:52 +08:00
|
|
|
//
|
|
|
|
// XplanFBFlutterViewContainer.h
|
|
|
|
// PlanetStar
|
|
|
|
//
|
2021-11-01 14:25:16 +08:00
|
|
|
// Created by 冯硕 on 2021/3/30.
|
2021-09-16 17:21:52 +08:00
|
|
|
//
|
|
|
|
|
|
|
|
#import <flutter_boost/FBFlutterViewContainer.h>
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
|
|
@interface XplanFBFlutterViewContainer : FBFlutterViewContainer
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|