WebcomService
public protocol WebcomService : AnyObject, CustomDebugStringConvertible, Equatable
A service, i.e. a set of consistent features of a WebcomApplication
instance.
-
The application to which this service belongs.
Declaration
Swift
var application: WebcomApplication { get }
-
==(_:
Extension method_: ) Indicates whether two services are equal.
Two services of the same type are equal when they correspond to the same
application
instance.Declaration
Swift
public static func == (left: Self, right: Self) -> Bool