Typealiases
The following typealiases are available globally.
-
Type alias to simplify referring to a Dictionary of XPCRepresentable objects with String keys.
Declaration
Swift
public typealias XPCDictionary = [String: XPCRepresentable]
-
Type alias to simplify referring to an Array of XPCRepresentable objects.
Declaration
Swift
public typealias XPCArray = [XPCRepresentable]