mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-29 14:35:26 -04:00
Add missing docstrings
This commit is contained in:
parent
791612ff85
commit
bafffe5df1
15 changed files with 108 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
import SecureXPC
|
||||
|
||||
extension XPCRoute {
|
||||
/// Default XPC Route
|
||||
static let commandRoute: XPCRouteWithMessageWithReply<HelperToolCommandRequest, HelperToolCommandResponse> = XPCRoute.named("com.ninxsoft.mist.helper")
|
||||
.withMessageType(HelperToolCommandRequest.self)
|
||||
.withReplyType(HelperToolCommandResponse.self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue