luxlabs header browser preview


@interface HVEligibilityCheckResult : NSObject

@property (nonatomic) BOOL isEligible;
@property (nonatomic) BOOL isEligibleExceptForAge;

@end