We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ea750b + 7aca1f1 commit b6db93dCopy full SHA for b6db93d
GCXMulticastDNSKit/Discovery.swift
@@ -67,7 +67,7 @@ public class DiscoveryService: NSObject {
67
/// the found service
68
public let netService: NetService
69
70
- init(configuration: DiscoveryConfiguration, netService: NetService) {
+ public init(configuration: DiscoveryConfiguration, netService: NetService) {
71
self.configuration = configuration
72
self.netService = netService
73
super.init()
0 commit comments