/Users/ericasadun/Desktop/113Frameworks/Headers/AddressBookUI/ABCardTableCell.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 "UIPreferencesTableCell.h"
00008 
00009 @class ABCardTableController, UIImageView;
00010 
00011 @interface ABCardTableCell : UIPreferencesTableCell
00012 {
00013     UIImageView *_badgeView;
00014     ABCardTableController *_tableController;
00015     struct {
00016         unsigned int multiLine:1;
00017         unsigned int isFavorite:1;
00018         unsigned int isNameCell:1;
00019         unsigned int isAddItem:1;
00020         unsigned int noDeleteAnimation:1;
00021         unsigned int reserved:26;
00022     } _itemFlags;
00023 }
00024 
00025 - (id)initWithProperty:(int)fp8 cardTableController:(id)fp12;
00026 - (void)dealloc;
00027 - (struct CGRect)abValueLabelFrame;
00028 - (id)valueTextLabel;
00029 - (id)createRemoveControl;
00030 - (void)setIsFavorite:(BOOL)fp8;
00031 - (void)setIsNameCell:(BOOL)fp8;
00032 - (void)setIsAddItem:(BOOL)fp8;
00033 - (id)_badgeView;
00034 - (void)_updateFavoritesBadge:(BOOL)fp8;
00035 - (void)layoutSubviews;
00036 - (void)setAnimatesOnDelete:(BOOL)fp8;
00037 - (BOOL)removeControl:(id)fp8 shouldRemoveTarget:(id)fp12;
00038 - (void)removeControl:(id)fp8 willRemoveTarget:(id)fp12;
00039 - (void)removeControl:(id)fp8 didRemoveTarget:(id)fp12;
00040 
00041 @end
00042 

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