| Declaration | |
|---|---|
| From | + (nonnull instancetype)interfaceWithName:(nonnull NSString *)name |
| To | + (nonnull instancetype)interfaceWithName:(nullable NSString *)name |
| Declaration | |
|---|---|
| From | - (nonnull instancetype)initWithInterfaceName:(nonnull NSString *)name |
| To | - (nonnull instancetype)initWithInterfaceName:(nullable NSString *)name |
| Declaration | |
|---|---|
| From | @property (readonly, nonnull) CWChannel *wlanChannel |
| To | @property (readonly, nullable) CWChannel *wlanChannel |
| Declaration | |
|---|---|
| From | @property (copy, nonnull) NSData *ssidData |
| To | @property (copy, nullable) NSData *ssidData |
| Declaration | |
|---|---|
| From | - (nullable CWWiFiClient *)init |
| To | - (nonnull instancetype)init |