]>
Commit | Line | Data |
---|---|---|
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 "UIPreferencesTableCell.h" | |
8 | ||
9 | @class ABCardTableController, UIImageView; | |
10 | ||
11 | @interface ABCardTableCell : UIPreferencesTableCell | |
12 | { | |
13 | UIImageView *_badgeView; | |
14 | ABCardTableController *_tableController; | |
15 | struct { | |
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; | |
22 | } _itemFlags; | |
23 | } | |
24 | ||
25 | - (id)initWithProperty:(int)fp8 cardTableController:(id)fp12; | |
26 | - (void)dealloc; | |
27 | - (struct CGRect)abValueLabelFrame; | |
28 | - (id)valueTextLabel; | |
29 | - (id)createRemoveControl; | |
30 | - (void)setIsFavorite:(BOOL)fp8; | |
31 | - (void)setIsNameCell:(BOOL)fp8; | |
32 | - (void)setIsAddItem:(BOOL)fp8; | |
33 | - (id)_badgeView; | |
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; | |
40 | ||
41 | @end | |
42 |