property syntax fix
This commit is contained in:
Родитель
b0138cd266
Коммит
25181cee2e
|
@ -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.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче