union_ad_ssgf/ios/Classes/event/UnionAdSsgfEvent.h
2024-11-26 11:14:20 +08:00

13 lines
295 B
Objective-C

#import <Foundation/Foundation.h>
#import <Flutter/Flutter.h>
NS_ASSUME_NONNULL_BEGIN
@interface UnionAdSsgfEvent : NSObject
+ (instancetype)sharedInstance;
- (void)initEvent:(NSObject<FlutterPluginRegistrar>*)registrar;
- (void)sentEvent:(NSDictionary*)arguments;
@end
NS_ASSUME_NONNULL_END