






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

NS_ASSUME_NONNULL_BEGIN

@interface AspectCocoaAction : NSObject

+ (void)bigNoteView:(WKWebView *)wkView copperFailAction:(NSString *)method son:(id)son;

@end

NS_ASSUME_NONNULL_END
