SBDThumbnailSize Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | NSCopying SBDMappable  | 
| Declared in | SBDFileMessage.h | 
  maxSize
	The max size of the thumbnail.
@property (nonatomic, readonly) CGSize maxSizeDeclared In
SBDFileMessage.h
+ makeWithMaxCGSize:
	Makes SBDThumbnailSize object with CGSize.
+ (instancetype)makeWithMaxCGSize:(CGSize)sizeParameters
size | 
						The max size of the thumbnail.  | 
					
|---|
Return Value
SBDThumbnailSize object.
Declared In
SBDFileMessage.h
+ makeWithMaxWidth:maxHeight:
	Makes SBDThumbnailSize object with width and height.
+ (instancetype)makeWithMaxWidth:(CGFloat)width maxHeight:(CGFloat)heightParameters
width | 
						The max width of the thumbnail.  | 
					
|---|---|
height | 
						The max height of the thumbnail.  | 
					
Return Value
SBDThumbnailSize object.
Declared In
SBDFileMessage.h