luxlabs header browser preview


@interface _NSOrderedSetDiff : NSObject {
    id _diffObject;
}

- (id)initWithObject:(id)a0;
- (void)dealloc;
- (void)applyToSet:(id)a0;

@end