-
Notifications
You must be signed in to change notification settings - Fork 75
/
ABPerson.h
33 lines (27 loc) · 820 Bytes
/
ABPerson.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "ABRecord.h"
@class NSString;
@interface ABPerson : ABRecord
{
}
+ (unsigned int)sortOrdering;
+ (id)localizedNameOfProperty:(int)arg1;
+ (unsigned int)typeOfProperty:(int)arg1;
@property(readonly, getter=getLastName) NSString *lastName;
@property(readonly, getter=getFirstName) NSString *firstName;
- (long long)compare:(id)arg1 sortOrdering:(unsigned int)arg2;
- (long long)compare:(id)arg1;
- (_Bool)removeImageData:(id *)arg1;
@property(readonly, nonatomic) _Bool hasImageData;
- (id)thumbnailImageData;
- (id)imageData;
- (_Bool)setImageData:(id)arg1 error:(id *)arg2;
- (id)description;
- (id)init;
- (id)nameDelimiter;
- (unsigned int)compositeNameFormat;
@end