| | |
| | | #import <FBSDKShareKit/FBSDKShareOpenGraphAction.h> |
| | | #import <FBSDKShareKit/FBSDKSharingContent.h> |
| | | |
| | | NS_ASSUME_NONNULL_BEGIN |
| | | |
| | | /** |
| | | A model for Open Graph content to be shared. |
| | | */ |
| | | NS_SWIFT_NAME(ShareOpenGraphContent) |
| | | DEPRECATED_MSG_ATTRIBUTE("Open Graph no longer available; use FBSDKShareLinkContent instead.") |
| | | @interface FBSDKShareOpenGraphContent : NSObject <FBSDKSharingContent> |
| | | |
| | | /** |
| | |
| | | Property name that points to the primary Open Graph Object in the action. |
| | | |
| | | The value that this action points to will be use for rendering the preview for the share. |
| | | @return The property name for the Open Graph Object in the action |
| | | */ |
| | | @property (nonatomic, copy) NSString *previewPropertyName; |
| | | |
| | |
| | | - (BOOL)isEqualToShareOpenGraphContent:(FBSDKShareOpenGraphContent *)content; |
| | | |
| | | @end |
| | | |
| | | NS_ASSUME_NONNULL_END |