MMMLoadableProxy

Objective-C

@interface MMMLoadableProxy : MMMLoadable <MMMLoadable>

Swift

class MMMLoadableProxy : MMMLoadable, MMMLoadableProtocol

Same as MMMPureLoadableProxy but for MMMLoadable protocol.

In case the user asks the proxy to sync before the actual object is set, then it actually enters ‘syncing’ state and when the actual object is set, then a sync is triggered for it too.

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, nullable) id<MMMLoadable> loadable

    Swift

    var loadable: (any MMMLoadableProtocol)? { get set }