| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, retain, nonnull) NSString *name |
| To | @property (nonatomic, readonly, nonnull) NSString *name |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, retain, nonnull) NSString *address |
| To | @property (nonatomic, readonly, nonnull) NSString *address |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, retain, nullable) NSString *netServiceName |
| To | @property (nonatomic, readonly, nullable) NSString *netServiceName |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, retain, nullable) NSString *netServiceDomain |
| To | @property (nonatomic, readonly, nullable) NSString *netServiceDomain |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, retain, nonnull) MIDINetworkHost *host |
| To | @property (nonatomic, readonly, nonnull) MIDINetworkHost *host |