luxlabs header browser preview


@class MLFeatureDescription;

@interface MLSequenceConstraint : NSObject <MLFeatureValueConstraint, NSCopying, NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, nonatomic) MLFeatureDescription *valueDescription;
@property (readonly, nonatomic) struct _NSRange { unsigned long long location; unsigned long long length; } countRange;

- (void)encodeWithCoder:(id)a0;
- (BOOL)isAllowedValue:(id)a0 error:(id *)a1;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithValueDescription:(id)a0 countRange:(struct _NSRange { unsigned long long x0; unsigned long long x1; })a1;

@end