MMKRange

@interface MMKRange : NSObject

Undocumented

Summary

Class methods

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

Properties

@property (nonatomic, readonly) double from;
Undocumented

@property (nonatomic, readonly) double to;
Undocumented

Class methods

rangeWithFrom:to:

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


Properties

from

@property (nonatomic, readonly) double from;

Undocumented


to

@property (nonatomic, readonly) double to;

Undocumented