Inherits from NSObject
Conforms to FBSDKSharingContent
Declared in FBSDKSharePhotoContent.h

Properties

photos

Photos to be shared.

@property (nonatomic, copy) NSArray *photos

Return Value

Array of the photos (FBSDKSharePhoto)

Declared In

FBSDKSharePhotoContent.h

Instance Methods

isEqualToSharePhotoContent:

Compares the receiver to another photo content.

- (BOOL)isEqualToSharePhotoContent:(FBSDKSharePhotoContent *)content

Parameters

content

The other content

Return Value

YES if the receiver’s values are equal to the other content’s values; otherwise NO

Declared In

FBSDKSharePhotoContent.h