luxlabs header browser preview


@class NSString, CNContainerPropertyDescription;

@interface CNContainerUpdate : NSObject <CNContainerUpdate> {
    CNContainerPropertyDescription *_property;
    id _value;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)updateWithValue:(id)a0 property:(id)a1;

- (id)property;
- (void).cxx_destruct;
- (id)value;
- (void)applyToMutableContainer:(id)a0;
- (id)initWithProperty:(id)a0 value:(id)a1;

@end