X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/AddressBookUI/ABCardTableCell.h diff --git a/AddressBookUI/ABCardTableCell.h b/AddressBookUI/ABCardTableCell.h new file mode 100644 index 0000000..058c1cd --- /dev/null +++ b/AddressBookUI/ABCardTableCell.h @@ -0,0 +1,42 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import "UIPreferencesTableCell.h" + +@class ABCardTableController, UIImageView; + +@interface ABCardTableCell : UIPreferencesTableCell +{ + UIImageView *_badgeView; + ABCardTableController *_tableController; + struct { + unsigned int multiLine:1; + unsigned int isFavorite:1; + unsigned int isNameCell:1; + unsigned int isAddItem:1; + unsigned int noDeleteAnimation:1; + unsigned int reserved:26; + } _itemFlags; +} + +- (id)initWithProperty:(int)fp8 cardTableController:(id)fp12; +- (void)dealloc; +- (struct CGRect)abValueLabelFrame; +- (id)valueTextLabel; +- (id)createRemoveControl; +- (void)setIsFavorite:(BOOL)fp8; +- (void)setIsNameCell:(BOOL)fp8; +- (void)setIsAddItem:(BOOL)fp8; +- (id)_badgeView; +- (void)_updateFavoritesBadge:(BOOL)fp8; +- (void)layoutSubviews; +- (void)setAnimatesOnDelete:(BOOL)fp8; +- (BOOL)removeControl:(id)fp8 shouldRemoveTarget:(id)fp12; +- (void)removeControl:(id)fp8 willRemoveTarget:(id)fp12; +- (void)removeControl:(id)fp8 didRemoveTarget:(id)fp12; + +@end +