MMKPanoramaImageSize

@interface MMKPanoramaImageSize : NSObject

The image size.

Summary

Class methods

+ (nonnull MMKPanoramaImageSize *)imageSizeWithWidth:( NSUInteger)width
                                              height:( NSUInteger)height;

Properties

@property (nonatomic, readonly) NSUInteger width;
Undocumented

@property (nonatomic, readonly) NSUInteger height;
Undocumented

Class methods

imageSizeWithWidth:height:

+ (nonnull MMKPanoramaImageSize *)imageSizeWithWidth:( NSUInteger)width
                                              height:( NSUInteger)height;


Properties

width

@property (nonatomic, readonly) NSUInteger width;

Undocumented


height

@property (nonatomic, readonly) NSUInteger height;

Undocumented