@class DOMHTMLInputElement; @protocol UIWebFormControl; @interface UIWebFormDateTimePeripheral : NSObject @property (retain, nonatomic) DOMHTMLInputElement *_inputElement; @property (retain, nonatomic) id _control; + (id)createPeripheralWithDOMHTMLInputElement:(id)a0; - (void)dealloc; - (void)endEditing; - (id)assistantView; - (void)beginEditing; - (long long)_datePickerModeForInputType:(id)a0; - (id)initWithDOMHTMLInputElement:(id)a0; @end