]>
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/UIDateTableCell.h> | |
8 | ||
9 | @class NSDate, UILabel; | |
10 | ||
11 | @interface UIWeekMonthDayTableCell : UIDateTableCell | |
12 | { | |
13 | UILabel *_weekdayLabel; | |
14 | NSDate *_date; | |
15 | float _weekdayWidth; | |
16 | BOOL _weekdayLast; | |
17 | } | |
18 | ||
19 | - (void)dealloc; | |
20 | - (id)date; | |
21 | - (void)setDate:(id)fp8; | |
22 | - (void)setWeekdayLast:(BOOL)fp8; | |
23 | - (void)setWeekdayWidth:(float)fp8; | |
24 | - (id)_weekdayLabelColor; | |
25 | - (void)setBackgroundColor:(id)fp8; | |
26 | - (void)setWeekdayString:(id)fp8; | |
27 | - (void)updateHighlightColors; | |
28 | - (void)layoutSubviews; | |
29 | ||
30 | @end | |
31 |