SingletonManager

public protocol SingletonManager : Manager

Same as Manager but with singleton class property

  • Manager singleton

    Declaration

    Swift

    static var shared: Self { get }