/Users/ericasadun/Desktop/113Frameworks/Headers/AddressBookUI/ABCardTitleView.h

Go to the documentation of this file.
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "UIView.h"
00008 
00009 @class NSString;
00010 
00011 @interface ABCardTitleView : UIView
00012 {
00013     NSString *_title;
00014     NSString *_label;
00015     NSString *_status;
00016     struct CGColor *_titleColor;
00017     struct CGColor *_titleBevelColor;
00018     float _titleFontSize;
00019     BOOL _leftAligned;
00020 }
00021 
00022 - (id)initWithFrame:(struct CGRect)fp8;
00023 - (void)dealloc;
00024 - (void)drawLeftAlignedWithClipRect:(struct CGRect)fp8;
00025 - (void)drawCenteredWithClipRect:(struct CGRect)fp8;
00026 - (void)drawRect:(struct CGRect)fp8;
00027 - (void)setTitleFontSize:(float)fp8;
00028 - (void)setTitleColor:(struct CGColor *)fp8;
00029 - (void)setTitle:(id)fp8;
00030 - (void)setTitleBevelColor:(struct CGColor *)fp8;
00031 - (void)setLabel:(id)fp8;
00032 - (void)setStatus:(id)fp8;
00033 - (void)setLeftAligned:(BOOL)fp8;
00034 
00035 @end
00036 

Generated on Sat Jan 19 15:22:00 2008 for Little Bear 1.1.3 Frameworks by  doxygen 1.5.3