






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

NS_ASSUME_NONNULL_BEGIN

@interface GaspArmSkipAction : NSObject

+ (void)warningView:(WKWebView *)wkView atomRecentAction:(NSString *)method opt:(id)opt;

@end

NS_ASSUME_NONNULL_END
