Use dot syntax

This commit is contained in:
Jonathan Schleifer 2019-03-14 23:02:31 +01:00
parent 056f31ddad
commit bdd641b92d
No known key found for this signature in database
GPG key ID: 79D21189A2D4708D
3 changed files with 37 additions and 35 deletions

View file

@ -148,6 +148,6 @@
_host, _port, [_socket class], error];
}
return [super description];
return super.description;
}
@end