]>
Commit | Line | Data |
---|---|---|
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 "UIViewController.h" | |
8 | ||
9 | @class ABEditorModel, ABItemLabelPicker, NSArray; | |
10 | ||
11 | @interface ABLabelPickerViewController : UIViewController | |
12 | { | |
13 | ABEditorModel *_model; | |
14 | NSArray *_additionalLabels; | |
15 | int _property; | |
16 | ABItemLabelPicker *_labelPicker; | |
17 | id _delegate; | |
18 | } | |
19 | ||
20 | - (id)initWithModel:(id)fp8 additionalLabels:(id)fp12 property:(int)fp16; | |
21 | - (void)dealloc; | |
22 | - (void)setDelegate:(id)fp8; | |
23 | - (struct CGSize)fullScreenContentSize; | |
24 | - (id)labelPicker; | |
25 | - (void)itemLabelPicker:(id)fp8 endedWithSelectionConfirmed:(BOOL)fp12 animate:(BOOL)fp16; | |
26 | - (id)itemLabelPickerPresentSimpleTextInputLayerWithContext:(id)fp8; | |
27 | - (void)itemLabelPicker:(id)fp8 dismissSimpleTextInputLayer:(id)fp12 afterSelectionConfirmed:(BOOL)fp16; | |
28 | - (void)viewWillAppear:(BOOL)fp8; | |
29 | - (void)loadView; | |
30 | - (void)setEditing:(BOOL)fp8 animated:(BOOL)fp12; | |
31 | ||
32 | @end | |
33 |