From f082c62bb40cad3ee93abd5432777ac0905eb374 Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Fri, 27 Sep 2019 11:16:00 +0800 Subject: [PATCH] 3.8.3 --- frameworks/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h index 3fada94..edaae96 100644 --- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h +++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h @@ -20,11 +20,14 @@ #import <FBSDKCoreKit/FBSDKCopying.h> +NS_ASSUME_NONNULL_BEGIN + /** Extension protocol for NSMutableCopying that adds the mutableCopy method, which is implemented on NSObject. NSObject<NSCopying, NSMutableCopying> implicitly conforms to this protocol. */ +NS_SWIFT_NAME(MutableCopying) @protocol FBSDKMutableCopying <FBSDKCopying, NSMutableCopying> /** @@ -34,3 +37,5 @@ - (id)mutableCopy; @end + +NS_ASSUME_NONNULL_END -- Gitblit v1.8.0