luxlabs header browser preview


@class NSData;

@interface DCCredentialAttestation : NSObject <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain) NSData *attestationData;
@property unsigned long long attestationType;

- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)initWithData:(id)a0 type:(unsigned long long)a1;

@end