MMMTestLoadableImage
Objective-C
@interface MMMTestLoadableImage : MMMTestLoadable <MMMLoadableImage>
Swift
class MMMTestLoadableImage : MMMTestLoadable, MMMLoadableImage
This is used in unit tests when we want to manipulate the state of a MMMLoadableImage to verify it produces the needed effects on the views being tested.
-
Undocumented
Declaration
Objective-C
- (void)setDidSyncSuccessfullyWithImage:(nullable UIImage *)image;
Swift
func setDidSyncSuccessfullyWith(_ image: UIImage?)