-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathBCComparisonItem.h
31 lines (25 loc) · 926 Bytes
/
BCComparisonItem.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
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jul 6 2018 12:02:43).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@class NSString;
@interface BCComparisonItem : NSObject
{
id _updatedObject;
id _oldObject;
BCComparisonItem *_parent;
}
- (void).cxx_destruct;
@property(retain, nonatomic) BCComparisonItem *parent; // @synthesize parent=_parent;
@property(readonly, nonatomic) id oldObject; // @synthesize oldObject=_oldObject;
@property(readonly, nonatomic) id updatedObject; // @synthesize updatedObject=_updatedObject;
@property(readonly, nonatomic) id object;
@property(readonly, nonatomic) long long type;
- (id)addChangeForPropertyNamed:(id)arg1;
@property(readonly, nonatomic) NSString *fullPath;
- (id)internalFullPath;
- (id)initWithNewObject:(id)arg1 oldObject:(id)arg2 parent:(id)arg3;
- (id)init;
@end