//
//  FastWechatDelegator.h
//  react-native-fast-wechat
//
//  Created by _sseon on 2024/3/30.
//

#import "WXApi.h"
#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface FastWechatDelegator : NSObject


@property (class) NSString *event;

+(void) handleResp: (BaseResp*)resp;
+(void) handleReq: (BaseReq*)req;

@end

NS_ASSUME_NONNULL_END
