hank
2019-06-20 9fdbb77fd2d766c9aa88f6753108354592770058
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