init(DelegateType .Type)
Creates a WatchKit extension delegate adaptor using a delegate that’s an observable object.
Available when
DelegateType
inherits NSObject
, DelegateType
conforms to ObservableObject
, and DelegateType
conforms to WKExtensionDelegate
.