Inherits from NSObject
Conforms to FBSDKSharingContent
Declared in FBSDKSharePhotoContent.h

Overview

A model for photo content to be shared.

Properties

photos

Photos to be shared. - Returns: Array of the photos (FBSDKSharePhoto)

@property (nonatomic, copy) NSArray *photos

Declared In

FBSDKSharePhotoContent.h

Instance Methods

isEqualToSharePhotoContent:

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

Declared In

FBSDKSharePhotoContent.h