A model for photo content to be shared.
Conforms to: | FBSDKSharingContent |
Superclass: | NSObject |
Declared in: | FBSDKSharePhotoContent.h |
photos
Photos to be shared.
@property (nonatomic,
copy) NSArray *photos;
FBSDKSharePhotoContent.h
isEqualToSharePhotoContent:
Compares the receiver to another photo content.
Parameter | Description |
---|---|
content | The other content |
- (BOOL)
isEqualToSharePhotoContent:(FBSDKSharePhotoContent *)content;
FBSDKSharePhotoContent.h