mirror of
https://github.com/RxReader/link_kit.git
synced 2025-08-06 18:50:51 +08:00
11 lines
204 B
Dart
11 lines
204 B
Dart
#import <Flutter/Flutter.h>
|
|
|
|
@interface LinkKitPlugin : NSObject <FlutterPlugin>
|
|
@end
|
|
|
|
@interface LinkKitLinkClickEventHandler : NSObject <FlutterStreamHandler>
|
|
|
|
- (void)addEvent:(NSString *)event;
|
|
|
|
@end
|