From e81c27b13950ca02baa879ae7b8108c0c3ef7fb0 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Thu, 20 Jun 2019 09:47:31 +0800
Subject: [PATCH] 添加V3.8.2

---
 frameworks/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h
index aaf9bca..1ed2b76 100644
--- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h
+++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h
@@ -18,6 +18,8 @@
 
 #import <UIKit/UIKit.h>
 
+NS_ASSUME_NONNULL_BEGIN
+
 /**
  FBSDKProfilePictureMode enum
   Defines the aspect ratio mode for the source image of the profile picture.
@@ -32,11 +34,12 @@
     The original picture's aspect ratio will be used for the source image in the view.
    */
   FBSDKProfilePictureModeNormal,
-};
+} NS_SWIFT_NAME(Profile.PictureMode);
 
 /**
   A view to display a profile picture.
  */
+NS_SWIFT_NAME(FBProfilePictureView)
 @interface FBSDKProfilePictureView : UIView
 
 /**
@@ -58,3 +61,5 @@
 - (void)setNeedsImageUpdate;
 
 @end
+
+NS_ASSUME_NONNULL_END

--
Gitblit v1.8.0