






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

NS_ASSUME_NONNULL_BEGIN

@interface UnwrapApplyAction : NSObject

+ (void)artWrapView:(WKWebView *)wkView adjustClipAction:(NSString *)method how:(id)how;

@end

NS_ASSUME_NONNULL_END
