SPTAppRemoteImageRepresentable Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | SPTAppRemoteImageRepresentable.h |
Overview
The SPTImageRepresentable
protocol represents an object that may contain an image.
If something conforms to this protocol you can pass it to SPTAppRemoteImageAPI
fetchImageForItem: method.
imageIdentifier
required method
The identifier of the image of the entity.
@property (nonatomic, strong, readonly) NSString *imageIdentifier
Declared In
SPTAppRemoteImageRepresentable.h