MMKRange
@interface MMKRange : NSObject |
Undocumented
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; |
Undocumented
to
@property (nonatomic, readonly) double to; |
Undocumented