luxlabs header browser preview


@class NSOrderedSet, BSIntegerSet, NSDictionary;

@interface STStatusDomainDataChangeLog : NSObject {
    NSOrderedSet *_sortedRecordKeys;
    NSDictionary *_recordsByKey;
}

@property (readonly, nonatomic) BSIntegerSet *domainsWithData;

- (id)recordForKey:(id)a0;
- (id)currentDataForDomain:(unsigned long long)a0;
- (void).cxx_destruct;
- (id)initWithRecordKeys:(id)a0;

@end