TapCommon-Unity/Plugins/iOS/TapCommonSDK.framework/Headers/ComponentMessageDelegate.h

17 lines
303 B
C
Raw Normal View History

2022-01-07 17:19:30 +08:00
//
// ComponentMessageDelegate.h
// TapCommonSDK
//
// Created by Bottle K on 2021/5/11.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol ComponentMessageDelegate <NSObject>
- (void)onMessageWithCode:(NSInteger)code extras:(NSDictionary *)extras;
@end
NS_ASSUME_NONNULL_END