// // ComponentMessageDelegate.h // TapCommonSDK // // Created by Bottle K on 2021/5/11. // #import NS_ASSUME_NONNULL_BEGIN @protocol ComponentMessageDelegate - (void)onMessageWithCode:(NSInteger)code extras:(NSDictionary *)extras; @end NS_ASSUME_NONNULL_END