luxlabs header browser preview


@interface ABParameterLimits : NSObject {
    double _minValue;
    double _maxValue;
}

@end