SBDOGImage Class Reference
Inherits from | NSObject |
---|---|
Conforms to | SBDMappable SBDOGDisplayableMedia SBDOGMedia |
Declared in | SBDOGImage.h |
url
An image url
@property (nonatomic, copy, readonly, nullable) NSString *url
Declared In
SBDOGImage.h
secureURL
An alternate url to use if the webpage requires HTTPS
@property (nonatomic, copy, readonly, nullable) NSString *secureURL
Declared In
SBDOGImage.h
type
A MIME type for this image
@property (nonatomic, copy, readonly, nullable) NSString *type
Declared In
SBDOGImage.h
alt
A description of what is in the image (not a caption). If the page specifies an og:image it should specify this property
@property (nonatomic, copy, readonly, nullable) NSString *alt
Declared In
SBDOGImage.h
width
The number of pixels wide
@property (atomic, assign, readonly) NSInteger width
Declared In
SBDOGImage.h
height
The number of pixels high
@property (atomic, assign, readonly) NSInteger height
Declared In
SBDOGImage.h