mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-08-23 16:10:23 +08:00
5 lines
82 B
Objective-C
5 lines
82 B
Objective-C
#import <Flutter/Flutter.h>
|
|
|
|
@interface RivePlugin : NSObject<FlutterPlugin>
|
|
@end
|