@@ -104,9 +104,9 @@ * @brief Performs the request and calls the specified block once the request * succeeded or failed. * * @param block The block to call once the request succeeded or failed */ -- (void)asyncPerformWithBlock: (mtx_request_block_t)block; +- (void)performWithBlock: (mtx_request_block_t)block; @end OF_ASSUME_NONNULL_END