Type Definitions

The following type definitions are available globally.

  • A block which is called when a lodable object is changed, see MMMLoadableObserver#loadableDidChange.

    Declaration

    Objective-C

    typedef void (^MMMLoadableObserverDidChangeBlock)(id<MMMPureLoadable> _Nonnull)

    Swift

    typealias MMMLoadableObserverDidChangeBlock = (any MMMPureLoadableProtocol) -> Void