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/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