Add missing docstrings

This commit is contained in:
Nindi Gill 2024-10-05 14:05:24 +10:00
parent 791612ff85
commit bafffe5df1
No known key found for this signature in database
15 changed files with 108 additions and 0 deletions

View file

@ -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)