]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABAbstractCardView.h
Adding the SpringBoardUI headers (for Cydget).
[iphone-api.git] / AddressBookUI / ABAbstractCardView.h
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 "UIPreferencesTable.h"
8
9 @class ABCardController, ABCardTableController;
10
11 @interface ABAbstractCardView : UIPreferencesTable
12 {
13 void *_addressBook;
14 ABCardController *_cardController;
15 BOOL _showPersonImage;
16 ABCardTableController *_cardTableController;
17 }
18
19 + (id)createCardTableControllerWithCardController:(id)fp8;
20 - (id)initWithFrame:(struct CGRect)fp8 addressBook:(void *)fp24 suspendReloads:(BOOL)fp28;
21 - (id)initWithFrame:(struct CGRect)fp8 addressBook:(void *)fp24;
22 - (id)initWithFrame:(struct CGRect)fp8;
23 - (void)dealloc;
24 - (void *)addressBook;
25 - (void)setCardViewerDelegate:(id)fp8;
26 - (id)cardViewerDelegate;
27 - (id)cardTableController;
28 - (id)cardController;
29 - (void)deselectAllRowsWithAnimation:(BOOL)fp8;
30 - (void)setDisplayedPerson:(void *)fp8;
31 - (void)setDisplayedProperties:(struct __CFArray *)fp8;
32 - (struct __CFArray *)displayedProperties;
33 - (void)setAllowsActions:(BOOL)fp8;
34 - (void)setShowPersonImage:(BOOL)fp8;
35 - (void)setDatesMessageFormat:(id)fp8;
36 - (void)setDates:(id)fp8 withMessageFormat:(id)fp12;
37 - (void)setTitleIsImportant:(BOOL)fp8;
38 - (void)setTitle:(id)fp8 withMessage:(id)fp12;
39 - (void)setHighlightedItemForProperty:(int)fp8 withIdentifier:(int)fp12 important:(BOOL)fp16;
40 - (id)navigationBarTitle;
41
42 @end
43