MMKPanoramaImageSize
@interface MMKPanoramaImageSize : NSObject |
The image size.
Summary
Class methods
+ (nonnull MMKPanoramaImageSize *)imageSizeWithWidth:( NSUInteger)width |
Properties
@property (nonatomic, readonly) NSUInteger width; |
@property (nonatomic, readonly) NSUInteger height; |
Class methods
imageSizeWithWidth:height:
+ (nonnull MMKPanoramaImageSize *)imageSizeWithWidth:( NSUInteger)width |
Properties
width
@property (nonatomic, readonly) NSUInteger width; |
Undocumented
height
@property (nonatomic, readonly) NSUInteger height; |
Undocumented