SingletonManager
public protocol SingletonManager : Manager
Same as Manager but with singleton class property
-
Manager singleton
Declaration
Swift
static var shared: Self { get }
APExtensions 10.0.0 Docs (74% documented)