Type Aliases
The following type aliases are available globally.
-
Any type that can be in the application
Declaration
Swift
public typealias DIAType = Any.Type
-
Tag is needed to specify alternative component names
Declaration
Swift
public typealias DITag = Any.Type
-
Type of function for logging
Declaration
Swift
public typealias DILogFunc = (DILogLevel, String)->()