]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABVCardParameter.h
Supporting the latest builds of Cycorder.
[iphone-api.git] / AddressBookUI / ABVCardParameter.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 NSMutableArray, NSString;
10
11 @interface ABVCardParameter : NSObject
12 {
13 NSString *_name;
14 NSString *_grouping;
15 id _value;
16 NSMutableArray *_types;
17 BOOL _primary;
18 }
19
20 - (id)initWithName:(id)fp8;
21 - (void)dealloc;
22 - (void)finalize;
23 - (void)setValue:(id)fp8;
24 - (void)addType:(id)fp8;
25 - (void)addTypes:(id)fp8;
26 - (id)types;
27 - (id)name;
28 - (void)setGrouping:(id)fp8;
29 - (id)grouping;
30 - (id)value;
31 - (BOOL)isPrimary;
32 - (void)setIsPrimary:(BOOL)fp8;
33 - (id)description;
34
35 @end
36