hank
2017-09-20 f9fcfea80f10b97f4d303d3888c75d036068249f
frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h
@@ -20,21 +20,21 @@
#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.
 @return Array of the photos (FBSDKSharePhoto)
/**
  Photos to be shared.
 - Returns: Array of the photos (FBSDKSharePhoto)
 */
@property (nonatomic, copy) NSArray *photos;
/*!
 @abstract 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
/**
  Compares the receiver to another photo content.
 - Parameter content: The other content
 - Returns: YES if the receiver's values are equal to the other content's values; otherwise NO
 */
- (BOOL)isEqualToSharePhotoContent:(FBSDKSharePhotoContent *)content;