luxlabs header browser preview


@class DOMHTMLInputElement;
@protocol UIWebFormControl;

@interface UIWebFormDateTimePeripheral : NSObject <UIFormPeripheral>

@property (retain, nonatomic) DOMHTMLInputElement *_inputElement;
@property (retain, nonatomic) id<UIWebFormControl> _control;

+ (id)createPeripheralWithDOMHTMLInputElement:(id)a0;

- (void)dealloc;
- (void)endEditing;
- (id)assistantView;
- (void)beginEditing;
- (long long)_datePickerModeForInputType:(id)a0;
- (id)initWithDOMHTMLInputElement:(id)a0;

@end