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 ABVCardLexer
, ABVCardValueSetter
, NSData
, NSMutableArray
, NSMutableDictionary
, NSMutableString
, NSString
;
11 @interface ABVCardParser
: NSObject
15 unsigned int _defaultEncoding
;
16 BOOL _hasImportErrors
;
17 ABVCardValueSetter
*_valueSetter
;
22 NSString
*_formattedName
;
23 NSMutableArray
*_emails
;
24 NSMutableArray
*_dates
;
25 NSMutableArray
*_phones
;
26 NSMutableArray
*_addresses
;
27 NSMutableArray
*_aims
;
28 NSMutableArray
*_jabbers
;
29 NSMutableArray
*_msns
;
30 NSMutableArray
*_yahoos
;
31 NSMutableArray
*_icqs
;
32 NSMutableArray
*_relatedNames
;
33 NSMutableArray
*_urls
;
34 NSMutableString
*_notes
;
35 NSMutableString
*_otherNotes
;
36 NSMutableDictionary
*_extensions
;
39 NSMutableArray
*_itemParameters
;
41 unsigned int _encoding
;
42 BOOL _quotedPrintable
;
46 + (struct __CFArray
*)supportedProperties
;
47 - (id
)initWithData
:(id
)fp8
;
50 - (BOOL
)hasImportErrors
;
51 - (void)cleanUpCardState
;
52 - (void)addMultiValues
:(id
)fp8 toProperty
:(unsigned int)fp12
;
53 - (void)addAddressMultiValues
;
56 - (BOOL
)parseNICKNAME
;
57 - (BOOL
)parseABMaiden
;
59 - (id
)parseSingleValue
;
68 - (BOOL
)parseABExtensionType
:(id
)fp8
;
69 - (BOOL
)addIMValueTo
:(id
)fp8
;
70 - (id
)dateFromISO8601String
:(id
)fp8
;
73 - (void)parsePhoto
:(id
)fp8
;
75 - (void)parseABShowAs
;
77 - (BOOL
)parseABReleatedNames
;
79 - (BOOL
)importToPerson
:(void *)fp8 foundProperties
:(const struct __CFArray
**)fp12
;
80 - (BOOL
)importToValueSetter
:(id
)fp8
;
81 - (void *)nextPersonWithLength
:(int *)fp8 foundProperties
:(const struct __CFArray
**)fp12
;
82 - (struct __CFArray
*)peopleAndProperties
:(const struct __CFArray
**)fp8
;
83 - (id
)sortedPeopleAndProperties
:(const struct __CFArray
**)fp8
;