MMMLoadable

Objective-C

@interface MMMLoadable : NSObject <MMMLoadable>

Swift

class MMMLoadable : NSObject, MMMLoadableProtocol

An implementation of a loadable that might be used as a base. Subclasses must override ‘isContentsAvailable’ and ‘doSync’, the latter being called from implementation of sync/syncIfNeeded, see MMMLoadable+Subclasses.h. (Only the general declaration is open here so you can inherit it in the classes exposed to the end user, but still keep implementation details out of sight.)

  • Undocumented

    Declaration

    Objective-C

    - (id)init NS_DESIGNATED_INITIALIZER;

    Swift

    init()