| Declaration | |
|---|---|
| From | @property (readonly) NSString *identifier |
| To | @property (readonly, copy) NSString *identifier |
| Declaration | |
|---|---|
| From | @property (readonly) NSString *localizedDisplayName |
| To | @property (readonly, copy) NSString *localizedDisplayName |
| Declaration | |
|---|---|
| From | @property (readonly, retain) VZStorageDeviceAttachment *attachment |
| To | @property (readonly, strong) VZStorageDeviceAttachment *attachment |