luxlabs header browser preview


@class CKMergeableValueID, CKDistributedTimestamp;

@interface CKAtomReference : NSObject <NSCopying>

@property (readonly, nonatomic) unsigned char type;
@property (readonly, copy, nonatomic) CKMergeableValueID *mergeableValueID;
@property (readonly, copy, nonatomic) CKDistributedTimestamp *timestamp;
@property (readonly, copy, nonatomic) CKMergeableValueID *location;

- (unsigned long long)hash;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithMergeableValueID:(id)a0;
- (id)initWithMergeableValueID:(id)a0 timestamp:(id)a1;
- (id)initWithMergeableValueID:(id)a0 timestamp:(id)a1 type:(unsigned char)a2;
- (BOOL)isEqualToReference:(id)a0;

@end