]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIDateLabel.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIDateLabel.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/UILabel.h>
8
9 @interface UIDateLabel : UILabel
10 {
11 double _date;
12 int _dateKey;
13 }
14
15 + (id)defaultFont;
16 - (id)initWithFrame:(struct CGRect)fp8;
17 - (void)dealloc;
18 - (int)_dateKey;
19 - (void)_invalidateDateKey;
20 - (void)setFont:(id)fp8;
21 - (void)setFontWithoutInvalidation:(id)fp8;
22 - (void)_updateDateStrings;
23 - (id)text;
24 - (id)font;
25 - (id)timeDesignator;
26 - (void)sizeToFit;
27 - (void)setDate:(id)fp8;
28 - (void)setTimeInterval:(double)fp8;
29 - (double)timeInterval;
30 - (id)timeDesignatorFont;
31 - (void)drawTextInRect:(struct CGRect)fp8;
32 - (void)drawRect:(struct CGRect)fp8;
33
34 @end
35