From 9fdbb77fd2d766c9aa88f6753108354592770058 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Thu, 20 Jun 2019 09:50:53 +0800
Subject: [PATCH] [Update] WAFbImpl (3.8.2)

---
 frameworks/Bolts.framework/Headers/BFExecutor.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/Bolts.framework/Headers/BFExecutor.h b/frameworks/Bolts.framework/Headers/BFExecutor.h
index afa4f3d..694c8a5 100644
--- a/frameworks/Bolts.framework/Headers/BFExecutor.h
+++ b/frameworks/Bolts.framework/Headers/BFExecutor.h
@@ -37,7 +37,7 @@
  Returns a new executor that uses the given block to execute continuations.
  @param block The block to use.
  */
-+ (instancetype)executorWithBlock:(void(^)(void(^block)()))block;
++ (instancetype)executorWithBlock:(void(^)(void(^block)(void)))block;
 
 /*!
  Returns a new executor that runs continuations on the given queue.
@@ -55,7 +55,7 @@
  Runs the given block using this executor's particular strategy.
  @param block The block to execute.
  */
-- (void)execute:(void(^)())block;
+- (void)execute:(void(^)(void))block;
 
 @end
 

--
Gitblit v1.8.0