Updated to "instancetype" type

This commit is contained in:
Pierre-Olivier Latour
2014-04-07 23:45:33 -07:00
parent 3401206279
commit e26c9b76ea
20 changed files with 84 additions and 83 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ static void _SignalHandler(int signal) {
[GCDWebServerConnection class]; // Initialize class immediately to make sure it happens on the main thread
}
- (id)init {
- (instancetype)init {
if ((self = [super init])) {
_handlers = [[NSMutableArray alloc] init];
}