2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIControl.h>
9 #import "NSCoding-Protocol.h"
13 @interface UIDatePicker
: UIControl
<NSCoding
>
15 UIPickerView
*_pickerView
;
18 - (void)_insertPickerView
;
19 - (id
)initWithFrame
:(struct CGRect
)fp8
;
20 - (id
)initWithCoder
:(id
)fp8
;
21 - (void)_populateArchivedSubviews
:(id
)fp8
;
22 - (void)encodeWithCoder
:(id
)fp8
;
23 - (int)datePickerMode
;
24 - (void)setDatePickerMode
:(int)fp8
;
26 - (void)setLocale
:(id
)fp8
;
28 - (void)setTimeZone
:(id
)fp8
;
30 - (void)setCalendar
:(id
)fp8
;
32 - (void)setDate
:(id
)fp8
;
34 - (void)setMinimumDate
:(id
)fp8
;
36 - (void)setMaximumDate
:(id
)fp8
;
37 - (double)countDownDuration
;
38 - (void)setCountDownDuration
:(double)fp8
;
39 - (int)minuteInterval
;
40 - (void)setMinuteInterval
:(int)fp8
;
41 - (void)setDate
:(id
)fp8 animated
:(BOOL
)fp12
;
42 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;