You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
//
|
|
// FlutterCocosWidgetPlugin.h
|
|
// FlutterCocosWidgetPlugin
|
|
//
|
|
// Created by Kris Pypen on 8/1/19.
|
|
// Updated by Rex Raphael on 8/27/2020.
|
|
//
|
|
|
|
#import <Flutter/Flutter.h>
|
|
|
|
@interface FlutterCocosWidgetPlugin : NSObject<FlutterPlugin>
|
|
@end
|
|
|
|
|