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

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

@ -16,7 +16,7 @@ initWithRemoteSystem | Initializes the [MCDRemoteSystemConnectionRequest](MCDRem
## Properties
### remoteSystem
`@property (nonatomic, readonly, copy, nonnull) MCDRemoteSystem* remoteSystem;`
`@property (nonatomic, readonly, strong, nonnull) MCDRemoteSystem* remoteSystem;`
The remote system to connect to.