luxlabs header browser preview


@class NSMutableSet;

@interface LAAuthenticationRequirement : NSObject <LAACLSerializable> {
    long long _authType;
    NSMutableSet *_subrequirements;
}

@property (class, readonly) LAAuthenticationRequirement *defaultRequirement;
@property (class, readonly) LAAuthenticationRequirement *biometryRequirement;
@property (class, readonly) LAAuthenticationRequirement *biometryCurrentSetRequirement;

+ (id)biometryCurrentSetRequirementWithFallback:(id)a0;
+ (id)biometryRefreshableSetRequirementWithFallback:(id)a0;
+ (id)biometryRequirementWithFallback:(id)a0;

- (id)init;
- (id)key;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (void)encodeWithACLCoder:(id)a0;
- (id)requirementByAddingExtendedRequirement:(id)a0;

@end