MMKImage
@interface MMKImage : NSObject |
Undocumented
Summary
Class methods
+ (nonnull MMKImage *)imageWithUrlTemplate:(nonnull NSString *)urlTemplate |
Properties
@property (nonatomic, readonly, nonnull) NSString *urlTemplate; |
@property (nonatomic, readonly, nonnull) NSArray<MMKImageSize *> *sizes; |
@property (nonatomic, readonly, nonnull) NSArray<NSString *> *tags; |
Class methods
imageWithUrlTemplate:sizes:tags:
+ (nonnull MMKImage *)imageWithUrlTemplate:(nonnull NSString *)urlTemplate |
Properties
urlTemplate
@property (nonatomic, readonly, nonnull) NSString *urlTemplate; |
urlTemplate for the image.
sizes
@property (nonatomic, readonly, nonnull) NSArray<MMKImageSize *> *sizes; |
Image sizes.
tags
@property (nonatomic, readonly, nonnull) NSArray<NSString *> *tags; |
Image tags.