]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABActionsController.h
Setup some more files for working compilation.
[iphone-api.git] / AddressBookUI / ABActionsController.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 "NSObject.h"
8
9 @class ABCardController, NSString;
10
11 @interface ABActionsController : NSObject
12 {
13 ABCardController *_cardController;
14 BOOL _isUnknownPerson;
15 int _property;
16 NSString *_stringValue;
17 NSString *_label;
18 int _multiValueIdentifier;
19 id _value;
20 int _recordID;
21 }
22
23 + (id)createActionsControllerForProperty:(int)fp8 withCardController:(id)fp12;
24 - (id)initWithProperty:(int)fp8 cardController:(id)fp12;
25 - (void)dealloc;
26 - (void)setIsKnown:(BOOL)fp8;
27 - (int)actionsGroupFirstIndexOfSecondGroup;
28 - (int)actionsCount;
29 - (id)actionTitleForIndex:(int)fp8;
30 - (void)performActionAtIndex:(int)fp8;
31 - (void)performDefaultAction;
32 - (void)setLabel:(id)fp8;
33 - (id)stringValue;
34 - (void)setStringValue:(id)fp8;
35 - (id)value;
36 - (void)setValue:(id)fp8;
37 - (void)setMultiValueIdentifier:(int)fp8;
38 - (void)setRecordID:(int)fp8;
39 - (void)actionSelectedAtIndex:(int)fp8;
40 - (void)openURLWithFormat:(id)fp8 value:(id)fp12;
41 - (BOOL)shouldShowAddToFavorites;
42 - (int)phoneActionsGroupFirstIndexOfSecondGroup;
43 - (int)phoneActionCount;
44 - (id)phoneActionTitleForIndex:(int)fp8;
45 - (void)phoneActionSelectedAtIndex:(int)fp8;
46 - (int)emailActionsGroupFirstIndexOfSecondGroup;
47 - (int)emailActionCount;
48 - (id)emailActionTitleForIndex:(int)fp8;
49 - (void)emailActionSelectedAtIndex:(int)fp8;
50 - (int)urlActionsGroupFirstIndexOfSecondGroup;
51 - (int)urlActionCount;
52 - (id)urlActionTitleForIndex:(int)fp8;
53 - (void)urlActionSelectedAtIndex:(int)fp8;
54 - (int)addressActionsGroupFirstIndexOfSecondGroup;
55 - (int)addressActionCount;
56 - (id)addressActionTitleForIndex:(int)fp8;
57 - (void)addressActionSelectedAtIndex:(int)fp8;
58 - (int)cardActionsGroupFirstIndexOfSecondGroup;
59 - (int)cardActionCount;
60 - (id)cardActionTitleForIndex:(int)fp8;
61 - (void)cardActionSelectedAtIndex:(int)fp8;
62
63 @end
64