]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIDatePicker.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIDatePicker.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <UIKit/UIControl.h>
8
9 #import "NSCoding-Protocol.h"
10
11 @class UIPickerView;
12
13 @interface UIDatePicker : UIControl <NSCoding>
14 {
15 UIPickerView *_pickerView;
16 }
17
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;
25 - (id)locale;
26 - (void)setLocale:(id)fp8;
27 - (id)timeZone;
28 - (void)setTimeZone:(id)fp8;
29 - (id)calendar;
30 - (void)setCalendar:(id)fp8;
31 - (id)date;
32 - (void)setDate:(id)fp8;
33 - (id)minimumDate;
34 - (void)setMinimumDate:(id)fp8;
35 - (id)maximumDate;
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;
43
44 @end
45