hank
2019-01-22 bf63695cd124ba0c3127f4cc8aa99c737729dd1d
frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h
@@ -20,19 +20,19 @@
#import <FBSDKShareKit/FBSDKSharingContent.h>
/*!
 @abstract A model for photo content to be shared.
/**
  A model for photo content to be shared.
 */
@interface FBSDKSharePhotoContent : NSObject <FBSDKSharingContent>
/*!
 @abstract Photos to be shared.
/**
  Photos to be shared.
 @return Array of the photos (FBSDKSharePhoto)
 */
@property (nonatomic, copy) NSArray *photos;
/*!
 @abstract Compares the receiver to another photo content.
/**
  Compares the receiver to another photo content.
 @param content The other content
 @return YES if the receiver's values are equal to the other content's values; otherwise NO
 */