X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UIDatePicker.h diff --git a/UIKit/UIDatePicker.h b/UIKit/UIDatePicker.h new file mode 100644 index 0000000..85ecde0 --- /dev/null +++ b/UIKit/UIDatePicker.h @@ -0,0 +1,45 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +#import "NSCoding-Protocol.h" + +@class UIPickerView; + +@interface UIDatePicker : UIControl +{ + UIPickerView *_pickerView; +} + +- (void)_insertPickerView; +- (id)initWithFrame:(struct CGRect)fp8; +- (id)initWithCoder:(id)fp8; +- (void)_populateArchivedSubviews:(id)fp8; +- (void)encodeWithCoder:(id)fp8; +- (int)datePickerMode; +- (void)setDatePickerMode:(int)fp8; +- (id)locale; +- (void)setLocale:(id)fp8; +- (id)timeZone; +- (void)setTimeZone:(id)fp8; +- (id)calendar; +- (void)setCalendar:(id)fp8; +- (id)date; +- (void)setDate:(id)fp8; +- (id)minimumDate; +- (void)setMinimumDate:(id)fp8; +- (id)maximumDate; +- (void)setMaximumDate:(id)fp8; +- (double)countDownDuration; +- (void)setCountDownDuration:(double)fp8; +- (int)minuteInterval; +- (void)setMinuteInterval:(int)fp8; +- (void)setDate:(id)fp8 animated:(BOOL)fp12; +- (struct CGSize)sizeThatFits:(struct CGSize)fp8; + +@end +