Protocols

The following protocols are available globally.

  • The methods adopted by the object you use to manage data for a data store manager.

    See more

    Declaration

    Swift

    @objc
    public protocol DataStoreManagerDataSource : AnyObject
  • Methods for performing actions in a data store manager.

    See more

    Declaration

    Swift

    @objc
    public protocol DataStoreManagerDelegate : AnyObject