@class NSString, WKContentView; @interface WKColorPicker : NSObject { WKContentView *_view; struct RetainPtr { void *m_ptr; } _colorPickerViewController; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithView:(id)a0; - (void)presentationControllerDidDismiss:(id)a0; - (id)controlView; - (id).cxx_construct; - (void).cxx_destruct; - (void)colorPickerViewControllerDidFinish:(id)a0; - (void)colorPickerViewControllerDidSelectColor:(id)a0; - (void)controlBeginEditing; - (void)controlEndEditing; - (void)configurePresentation; - (id)focusedElementSuggestedColors; - (void)selectColor:(id)a0; - (void)updateColorPickerState; @end