2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class UIPreferencesTable
;
11 @interface ABCardPropertyPicker
: UIView
13 UIPreferencesTable
*_table
;
14 struct __CFArray
*_properties
;
18 - (id
)initWithFrame
:(struct CGRect
)fp8
;
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
;