]> git.saurik.com Git - iphone-api.git/blame - AddressBookUI/ABCardPropertyPicker.h
Setup some more files for working compilation.
[iphone-api.git] / AddressBookUI / ABCardPropertyPicker.h
CommitLineData
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 "UIView.h"
8
9@class UIPreferencesTable;
10
11@interface ABCardPropertyPicker : UIView
12{
13 UIPreferencesTable *_table;
14 struct __CFArray *_properties;
15 id _delegate;
16}
17
18- (id)initWithFrame:(struct CGRect)fp8;
19- (void)dealloc;
20- (void)setProperties:(struct __CFArray *)fp8;
21- (void)setDelegate:(id)fp8;
22- (void)deselectAllRowsWithAnimation:(BOOL)fp8;
23- (void)tableSelectionDidChange:(id)fp8;
24- (int)numberOfGroupsInPreferencesTable:(id)fp8;
25- (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
26- (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
27- (BOOL)table:(id)fp8 showDisclosureForRow:(int)fp12;
28
29@end
30