]> git.saurik.com Git - iphone-api.git/blame_incremental - AddressBookUI/ABCardRecentDatesView.h
Setup some more files for working compilation.
[iphone-api.git] / AddressBookUI / ABCardRecentDatesView.h
... / ...
CommitLineData
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 "UIView.h"
8
9@class NSMutableArray, NSMutableDictionary;
10
11@interface ABCardRecentDatesView : UIView
12{
13 NSMutableDictionary *_timeByDay;
14 NSMutableArray *_orderedDays;
15 BOOL _recomputeFrameToFit;
16}
17
18- (id)initWithFrame:(struct CGRect)fp8;
19- (void)dealloc;
20- (struct CGRect)frameToFit;
21- (void)setDates:(id)fp8;
22- (void)drawRect:(struct CGRect)fp8;
23
24@end
25