lipengwei
2019-09-26 88188ea7992a90e66db694e9fc1b304a59608044
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