]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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/UIDatePicker.h> | |
8 | ||
9 | @interface UIDatePicker (UIDatePickerDeprecated) | |
10 | - (void)setDelegate:(id)fp8; | |
11 | - (void)setTimeInterval:(double)fp8; | |
12 | - (double)timeInterval; | |
13 | - (id)dateComponents; | |
14 | - (void)setDateComponents:(id)fp8; | |
15 | - (void)setStaggerTimeIntervals:(BOOL)fp8; | |
16 | - (void)setHighlightsToday:(BOOL)fp8; | |
17 | - (int)hour; | |
18 | - (int)minute; | |
19 | - (int)second; | |
20 | - (void)setDate:(id)fp8 animate:(BOOL)fp12; | |
21 | @end | |
22 |