-
Notifications
You must be signed in to change notification settings - Fork 75
/
ABRecord.h
37 lines (29 loc) · 1.01 KB
/
ABRecord.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
33
34
35
36
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
#import "ABRefInitialization.h"
@class NSString;
@interface ABRecord : NSObject <ABRefInitialization>
{
void *_ref;
}
+ (Class)wrapperClassForPropertyID:(int)arg1;
+ (void)initialize;
@property(readonly, nonatomic, getter=getRecordRef) void *recordRef; // @synthesize recordRef=_ref;
@property(readonly, nonatomic) NSString *compositeName;
- (_Bool)removeValueForProperty:(int)arg1 error:(id *)arg2;
- (_Bool)setValue:(id)arg1 forProperty:(int)arg2 error:(id *)arg3;
- (id)valueForProperty:(int)arg1;
@property(readonly, nonatomic) unsigned int recordType;
@property(readonly, nonatomic) int recordID;
- (void)dealloc;
- (id)initWithABRef:(void *)arg1;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end