12 lines
232 B
Objective-C
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
|