luxlabs header browser preview


@class NSMutableDictionary;

@interface NSCKRecordMetadataReceiptArchive : NSObject <NSSecureCoding> {
    NSMutableDictionary *_zoneIDToArchivedReceipts;
}

@property (class, readonly) BOOL supportsSecureCoding;

- (void)dealloc;
- (void)encodeWithCoder:(id)a0;
- (id)initWithCoder:(id)a0;
- (void)enumerateArchivedRecordIDsUsingBlock:(id /* block */)a0;
- (id)initWithReceiptsToEncode:(id)a0;

@end