17 lines
263 B
Objective-C
17 lines
263 B
Objective-C
//
|
|
// XplanFBFlutterViewContainer.h
|
|
// PlanetStar
|
|
//
|
|
// Created by 冯硕 on 2021/3/30.
|
|
//
|
|
|
|
#import <flutter_boost/FBFlutterViewContainer.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XplanFBFlutterViewContainer : FBFlutterViewContainer
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|