2026-05-22 17:35:49 +08:00

6 lines
197 B
Objective-C

#import <Flutter/Flutter.h>
@interface TGFlutterPagPlatformViewFactory : NSObject <FlutterPlatformViewFactory>
- (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar;
@end