This commit is contained in:
Patrick Farley 2017-08-24 15:31:52 -07:00
Родитель 25181cee2e
Коммит d4fc3cf10e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ StartDiscoveryWithHostName | Attempts to find a system proximally using its IP a
## Properties ## Properties
### delegate ### delegate
`@property (nonatomic, readonly weak, nonnull) id< MCDRemoteSystemDiscoveryManagerDelegate>* delegate;` `@property (nonatomic, readonly weak, nullable) id< MCDRemoteSystemDiscoveryManagerDelegate> delegate;`
The delegate to receive events that result from starting a discovery. The delegate to receive events that result from starting a discovery.