






#import <Foundation/Foundation.h>
#import <WebKit/WebKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface EdgaTwoSendAction : NSObject

+ (void)overPutView:(WKWebView *)wkView syntaxTeamAction:(NSString *)method bit:(id)bit;

@end

NS_ASSUME_NONNULL_END
