lipengwei
2020-05-27 7cdaa24f3ba637804aca9247ae809c4cc1acc6ed
frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h
@@ -22,6 +22,8 @@
#import <FBSDKShareKit/FBSDKShareOpenGraphValueContainer.h>
NS_ASSUME_NONNULL_BEGIN
/**
  An Open Graph Object for sharing.
@@ -41,13 +43,14 @@
    @"fitness:metrics:location:longitude": @"2.17403",
 }];
 */
NS_SWIFT_NAME(ShareOpenGraphObject)
@interface FBSDKShareOpenGraphObject : FBSDKShareOpenGraphValueContainer <FBSDKCopying, NSSecureCoding>
/**
  Convenience method to build a new action and set the object for the specified key.
 @param properties Properties for the Open Graph object, which will be parsed into the proper models
 */
+ (instancetype)objectWithProperties:(NSDictionary *)properties;
+ (instancetype)objectWithProperties:(NSDictionary<NSString *, id> *)properties;
/**
  Compares the receiver to another Open Graph Object.
@@ -57,3 +60,5 @@
- (BOOL)isEqualToShareOpenGraphObject:(FBSDKShareOpenGraphObject *)object;
@end
NS_ASSUME_NONNULL_END