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 NSMutableArray
, NSString
, UIPreferencesTable
;
11 @interface ABItemLabelPicker
: UIView
15 NSString
*_selectedItemLabel
;
18 UIPreferencesTable
*_table
;
19 NSMutableArray
*_additionalLabels
;
20 struct __CFArray
*_sortedCustomItemLabelInfos
;
21 struct __CFArray
*_sortedDefaultItemLabelInfos
;
22 void *_sortedCustomItemLabelInfosMemory
;
23 void *_sortedDefaultItemLabelInfosMemory
;
26 unsigned int _manuallySettingRowSelection
:1;
29 + (id
)builtInLabelsForProperty
:(int)fp8
;
30 + (id
)defaultLabelsForProperty
:(int)fp8 policy
:(void *)fp12
;
31 + (struct __CFDictionary
*)copyLabelUsageForProperty
:(int)fp8 person
:(void *)fp12
;
32 + (id
)defaultLabelsForProperty
:(int)fp8 person
:(void *)fp12 outBestLabelIndex
:(int *)fp16
;
33 - (id
)initWithFrame
:(struct CGRect
)fp8
;
35 - (void)resetLabelCaches
;
36 - (void)setProperty
:(int)fp8
;
37 - (void)setPerson
:(void *)fp8
;
38 - (void)setEditedItem
:(id
)fp8
;
40 - (void)setAdditionalLabels
:(id
)fp8
;
41 - (void)_setSelectedItemLabel
:(id
)fp8
;
42 - (void)setSelectedItemLabel
:(id
)fp8
;
43 - (id
)selectedItemLabel
;
44 - (void)_syncTableSelectionWithSelectedLabel
;
45 - (BOOL
)allowsCustomLabels
;
46 - (void)reloadItemLabels
;
48 - (void)setDelegate
:(id
)fp8
;
50 - (void)_didEndPickingAndConfirmed
:(BOOL
)fp8 animate
:(BOOL
)fp12
;
55 - (void)setIsEditing
:(BOOL
)fp8 animate
:(BOOL
)fp12
;
56 - (void)toggleEditing
;
57 - (void)simpleTextInputLayer
:(id
)fp8 endedWithSelectionConfirmed
:(BOOL
)fp12 animate
:(BOOL
)fp16
;
59 - (BOOL
)shouldPopItem
;
60 - (void)back
:(BOOL
)fp8 save
:(BOOL
)fp12
;
62 - (void)displayScrollerIndicators
;
63 - (void)tableRowSelected
:(id
)fp8
;
64 - (int)numberOfGroupsInPreferencesTable
:(id
)fp8
;
65 - (int)preferencesTable
:(id
)fp8 numberOfRowsInGroup
:(int)fp12
;
66 - (id
)preferencesTable
:(id
)fp8 cellForRow
:(int)fp12 inGroup
:(int)fp16
;
67 - (BOOL
)preferencesTable
:(id
)fp8 isRadioGroup
:(int)fp12
;
68 - (void)table
:(id
)fp8 deleteRow
:(int)fp12
;
69 - (BOOL
)table
:(id
)fp8 canDeleteRow
:(int)fp12
;
70 - (void)table
:(id
)fp8 insertAtRow
:(int)fp12
;
71 - (BOOL
)table
:(id
)fp8 canInsertAtRow
:(int)fp12
;