MMKRange
|
@interface MMKRange : NSObject |
Summary
Class methods
|
+ (nonnull MMKRange *)rangeWithFrom:( double)from |
Properties
|
@property (nonatomic, readonly) double from; |
|
@property (nonatomic, readonly) double to; |
Class methods
rangeWithFrom:to:
|
+ (nonnull MMKRange *)rangeWithFrom:( double)from |
Properties
from
|
@property (nonatomic, readonly) double from; |
to
|
@property (nonatomic, readonly) double to; |