#import #import NS_ASSUME_NONNULL_BEGIN @interface UnionAdSsgfEvent : NSObject + (instancetype)sharedInstance; - (void)initEvent:(NSObject*)registrar; - (void)sentEvent:(NSDictionary*)arguments; @end NS_ASSUME_NONNULL_END