luxlabs header browser preview


@interface PKFloatRange : NSObject <NSCopying>

@property (readonly, nonatomic) double lowerBound;
@property (readonly, nonatomic) double upperBound;

- (unsigned long long)hash;
- (id)description;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithLowerBound:(double)a0 upperBound:(double)a1;

@end