@@ -756,11 +756,11 @@ objc_autoreleasePoolPop(pool); } #endif -- init +- (instancetype)init { self = [super init]; @try { _timersQueue = [[OFSortedList alloc] init];