]> git.saurik.com Git - iphone-api.git/blame - AddressBookUI/ABCardTitleView.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / AddressBookUI / ABCardTitleView.h
CommitLineData
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 "UIView.h"
8
9@class NSString, UIColor;
10
11@interface ABCardTitleView : UIView
12{
13 NSString *_title;
14 NSString *_label;
15 NSString *_status;
16 UIColor *_titleColor;
17 UIColor *_titleBevelColor;
18 float _titleFontSize;
19 BOOL _leftAligned;
20}
21
22- (id)initWithFrame:(struct CGRect)fp8;
23- (void)dealloc;
24- (void)drawLeftAlignedWithClipRect:(struct CGRect)fp8;
25- (void)drawCenteredWithClipRect:(struct CGRect)fp8;
26- (void)drawRect:(struct CGRect)fp8;
27- (void)setTitleFontSize:(float)fp8;
28- (void)setTitleColor:(id)fp8;
29- (id)title;
30- (void)setTitle:(id)fp8;
31- (void)setTitleBevelColor:(id)fp8;
32- (void)setLabel:(id)fp8;
33- (void)setStatus:(id)fp8;
34- (void)setLeftAligned:(BOOL)fp8;
35
36@end
37