FBSDKSharePhotoContent
@interfaceFBSDKSharePhotoContent:NSObject<FBSDKSharingContent>
A model for photo content to be shared.
@interfaceFBSDKSharePhotoContent:NSObject<FBSDKSharingContent>
@property(nonatomic,copy,readwrite)NSArray<FBSDKSharePhoto*>*_Nonnullphotos;
varphotos:[FBSDKSharePhoto]{getset}
-(BOOL)isEqualToSharePhotoContent:(nonnullFBSDKSharePhotoContent*)content;
funcisEqual(tocontent:SharePhotoContent)->Bool