]>
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 "NSObject.h" | |
8 | ||
9 | @interface ABRecordMerger : NSObject | |
10 | { | |
11 | } | |
12 | ||
13 | - (BOOL)mergeSingleValueProperty:(int)fp8 fromRecord:(void *)fp12 intoRecord:(void *)fp16; | |
14 | - (void)addValue:(void *)fp8 withProperty:(int)fp12 toExistingValues:(struct __CFSet *)fp16; | |
15 | - (BOOL)addMultiValueEntry:(void *)fp8 atIndex:(unsigned int)fp12 toMultiValue:(void *)fp16 withProperty:(int)fp20 existingValues:(struct __CFSet *)fp24; | |
16 | - (BOOL)mergeMultiValueProperty:(int)fp8 fromRecord:(void *)fp12 intoRecord:(void *)fp16; | |
17 | - (void)mergeVCardRecord:(void *)fp8 withProperties:(struct __CFArray *)fp12 intoRecord:(void *)fp16; | |
18 | ||
19 | @end | |
20 |