2026-05-23 12:59:03 +08:00

22 lines
423 B
Objective-C

//
// Generated file. Do not edit.
//
// clang-format off
#import "GeneratedPluginRegistrant.h"
#if __has_include(<pag/FlutterPagPlugin.h>)
#import <pag/FlutterPagPlugin.h>
#else
@import pag;
#endif
@implementation GeneratedPluginRegistrant
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
[FlutterPagPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterPagPlugin"]];
}
@end