From e0ec4235cc7b8d05ec1aaa414ec2d2cac798d74e Mon Sep 17 00:00:00 2001 From: lpw Date: Sat, 03 Jun 2023 09:18:20 +0800 Subject: [PATCH] 3.15.0 --- frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h index 4ad5853..219d3fe 100644 --- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h +++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h @@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN /** - Extension protocol for NSMutableCopying that adds the mutableCopy method, which is implemented on NSObject. + Extension protocol for NSMutableCopying that adds the mutableCopy method, which is implemented on NSObject. NSObject<NSCopying, NSMutableCopying> implicitly conforms to this protocol. */ @@ -21,7 +21,7 @@ @protocol FBSDKMutableCopying <NSCopying, NSObject, NSMutableCopying> /** - Implemented by NSObject as a convenience to mutableCopyWithZone:. + Implemented by NSObject as a convenience to mutableCopyWithZone:. @return A mutable copy of the receiver. */ - (id)mutableCopy; -- Gitblit v1.8.0