@class DOMHTMLSelectElement;
@protocol UIWebFormControl;
@interface UIWebFormSelectPeripheral : NSObject
@property (retain, nonatomic) DOMHTMLSelectElement *_selectionNode;
@property (retain, nonatomic) id _selectControl;
+ (id)createPeripheralWithDOMHTMLSelectElement:(id)a0;
- (void)dealloc;
- (void)endEditing;
- (id)assistantView;
- (void)beginEditing;
- (id)initWithDOMHTMLSelectElement:(id)a0;
@end