






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

NS_ASSUME_NONNULL_BEGIN

@interface CivilAcceptAction : NSObject

+ (void)mountedView:(WKWebView *)wkView howSawJoinAction:(NSString *)method fit:(id)fit;

@end

NS_ASSUME_NONNULL_END
