hank
2019-01-22 13e53a03f4d50169d0cf7f72d414753ae6b421ce
frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h
@@ -27,14 +27,14 @@
/**
  Photos to be shared.
 - Returns: Array of the photos (FBSDKSharePhoto)
 @return Array of the photos (FBSDKSharePhoto)
 */
@property (nonatomic, copy) NSArray *photos;
/**
  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
 @param content The other content
 @return YES if the receiver's values are equal to the other content's values; otherwise NO
 */
- (BOOL)isEqualToSharePhotoContent:(FBSDKSharePhotoContent *)content;