// // NativeBridge.h // hola // // Created by Leon on 2024/4/28. // #import #import #import #import #import NS_ASSUME_NONNULL_BEGIN @interface NativeBridge : NSObject{ } //+ (IMBridge *)shareManager; - (void)receiveMessage:(NSDictionary *)message; @end NS_ASSUME_NONNULL_END