luxlabs header browser preview


@class NSString;

@interface _HDRequiredShardItem : NSObject <NSSecureCoding> {
    NSString *_identifier;
    unsigned long long _options;
}

@property (class, readonly) BOOL supportsSecureCoding;

- (id)init;
- (void)encodeWithCoder:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;

@end