2026-05-15 21:20:29 +08:00

12 lines
232 B
Objective-C

//
// FlutterPagPlugin.h
// FlutterPagPlugin
//
// Created by 黎敬茂 on 2022/3/14.
// Copyright © 2022 Tencent. All rights reserved.
//
#import <Flutter/Flutter.h>
@interface FlutterPagPlugin : NSObject<FlutterPlugin>
@end