






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

NS_ASSUME_NONNULL_BEGIN

@interface FeatureZoneAction : NSObject

+ (void)gravityView:(WKWebView *)wkView withCancelAction:(NSString *)method ten:(id)ten;

@end

NS_ASSUME_NONNULL_END
