From 88188ea7992a90e66db694e9fc1b304a59608044 Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Thu, 26 Sep 2019 12:29:34 +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