luxlabs header browser preview


@class DOMHTMLSelectElement;
@protocol UIWebFormControl;

@interface UIWebFormSelectPeripheral : NSObject <UIFormPeripheral>

@property (retain, nonatomic) DOMHTMLSelectElement *_selectionNode;
@property (retain, nonatomic) id<UIWebFormControl> _selectControl;

+ (id)createPeripheralWithDOMHTMLSelectElement:(id)a0;

- (void)dealloc;
- (void)endEditing;
- (id)assistantView;
- (void)beginEditing;
- (id)initWithDOMHTMLSelectElement:(id)a0;

@end