@@ -201,10 +201,12 @@ */ + (instancetype)timerWithTimeInterval: (of_time_interval_t)timeInterval repeats: (bool)repeats block: (of_timer_block_t)block; #endif + +- init OF_UNAVAILABLE; /*! * @brief Initializes an already allocated timer with the specified time * interval. *