00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @class ABCardController, NSString;
00010
00011 @interface ABActionsController : NSObject
00012 {
00013 ABCardController *_cardController;
00014 int _property;
00015 NSString *_stringValue;
00016 NSString *_label;
00017 int _multiValueIdentifier;
00018 id _value;
00019 int _recordID;
00020 }
00021
00022 + (id)createActionsControllerForProperty:(int)fp8 withCardController:(id)fp12;
00023 - (id)initWithProperty:(int)fp8 cardController:(id)fp12;
00024 - (void)dealloc;
00025 - (int)actionsGroupFirstIndexOfSecondGroup;
00026 - (int)actionsCount;
00027 - (id)actionTitleForIndex:(int)fp8;
00028 - (void)performActionAtIndex:(int)fp8;
00029 - (void)performDefaultAction;
00030 - (void)setLabel:(id)fp8;
00031 - (id)stringValue;
00032 - (void)setStringValue:(id)fp8;
00033 - (id)value;
00034 - (void)setValue:(id)fp8;
00035 - (void)setMultiValueIdentifier:(int)fp8;
00036 - (void)setRecordID:(int)fp8;
00037 - (void)actionSelectedAtIndex:(int)fp8;
00038 - (void)openURLWithFormat:(id)fp8 value:(id)fp12;
00039 - (BOOL)shouldShowAddToFavorites;
00040 - (int)phoneActionsGroupFirstIndexOfSecondGroup;
00041 - (int)phoneActionCount;
00042 - (id)phoneActionTitleForIndex:(int)fp8;
00043 - (void)phoneActionSelectedAtIndex:(int)fp8;
00044 - (int)emailActionsGroupFirstIndexOfSecondGroup;
00045 - (int)emailActionCount;
00046 - (id)emailActionTitleForIndex:(int)fp8;
00047 - (void)emailActionSelectedAtIndex:(int)fp8;
00048 - (int)urlActionsGroupFirstIndexOfSecondGroup;
00049 - (int)urlActionCount;
00050 - (id)urlActionTitleForIndex:(int)fp8;
00051 - (void)urlActionSelectedAtIndex:(int)fp8;
00052 - (int)addressActionsGroupFirstIndexOfSecondGroup;
00053 - (int)addressActionCount;
00054 - (id)addressActionTitleForIndex:(int)fp8;
00055 - (void)addressActionSelectedAtIndex:(int)fp8;
00056 - (int)cardActionsGroupFirstIndexOfSecondGroup;
00057 - (int)cardActionCount;
00058 - (id)cardActionTitleForIndex:(int)fp8;
00059 - (void)cardActionSelectedAtIndex:(int)fp8;
00060
00061 @end
00062