luxlabs header browser preview


@class NSSet, NSString;

@interface BKSTouchAuthenticationSpecification : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, BSDescriptionStreamable, BSProtobufSerializable> {
    unsigned short _backgroundStatisticsTopEdgeInset;
    unsigned short _backgroundStatisticsLeftEdgeInset;
    unsigned short _backgroundStatisticsBottomEdgeInset;
    unsigned short _backgroundStatisticsRightEdgeInset;
}

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, copy, nonatomic) NSSet *displays;
@property (readonly, nonatomic) unsigned int slotID;
@property (readonly, nonatomic) unsigned long long authenticationMessageContext;
@property (readonly, nonatomic) unsigned int secureName;
@property (readonly, nonatomic) struct { unsigned short x0; unsigned short x1; unsigned short x2; unsigned short x3; } backgroundStatisticsRegion;
@property (readonly, nonatomic) float backgroundStatisticsForeground;
@property (readonly, nonatomic) float backgroundStatisticsPassingContrast;
@property (readonly, nonatomic) float backgroundStatisticsFailingContrast;
@property (readonly, nonatomic) unsigned long long hitTestInformationMask;
@property (readonly, nonatomic) long long initialSampleEvent;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)protobufSchema;
+ (id)new;
+ (id)buildSpecification:(id /* block */)a0;

- (id)init;
- (id)initForProtobufDecoding;
- (void)encodeWithCoder:(id)a0;
- (void)appendDescriptionToFormatter:(id)a0;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)mutableCopyWithZone:(struct _NSZone { } *)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end