MMKRange

@interface MMKRange : NSObject

Summary

Class methods

+ (nonnull MMKRange *)rangeWithFrom:( double)from
                                 to:( double)to;

Properties

@property (nonatomic, readonly) double from;

@property (nonatomic, readonly) double to;

Class methods

rangeWithFrom:to:

+ (nonnull MMKRange *)rangeWithFrom:( double)from
                                 to:( double)to;


Properties

from

@property (nonatomic, readonly) double from;


to

@property (nonatomic, readonly) double to;