






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

NS_ASSUME_NONNULL_BEGIN

@interface CupRunLayerAction : NSObject

+ (void)utilityView:(WKWebView *)wkView voiceFiberAction:(NSString *)method who:(id)who;

@end

NS_ASSUME_NONNULL_END
