2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "UIPreferencesTableCell.h"
9 @
class ABCardTableController
, UIImageView
;
11 @interface ABCardTableCell
: UIPreferencesTableCell
13 UIImageView
*_badgeView
;
14 ABCardTableController
*_tableController
;
16 unsigned int multiLine
:1;
17 unsigned int isFavorite
:1;
18 unsigned int isNameCell
:1;
19 unsigned int isAddItem
:1;
20 unsigned int noDeleteAnimation
:1;
21 unsigned int reserved
:26;
25 - (id
)initWithProperty
:(int)fp8 cardTableController
:(id
)fp12
;
27 - (struct CGRect
)abValueLabelFrame
;
29 - (id
)createRemoveControl
;
30 - (void)setIsFavorite
:(BOOL
)fp8
;
31 - (void)setIsNameCell
:(BOOL
)fp8
;
32 - (void)setIsAddItem
:(BOOL
)fp8
;
34 - (void)_updateFavoritesBadge
:(BOOL
)fp8
;
35 - (void)layoutSubviews
;
36 - (void)setAnimatesOnDelete
:(BOOL
)fp8
;
37 - (BOOL
)removeControl
:(id
)fp8 shouldRemoveTarget
:(id
)fp12
;
38 - (void)removeControl
:(id
)fp8 willRemoveTarget
:(id
)fp12
;
39 - (void)removeControl
:(id
)fp8 didRemoveTarget
:(id
)fp12
;