frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h
@@ -18,6 +18,10 @@ #import <Foundation/Foundation.h> #import "FBSDKLikeObjectType.h" NS_ASSUME_NONNULL_BEGIN /** The common interface for components that initiate liking. @@ -25,6 +29,7 @@ @see FBSDKLikeControl */ NS_SWIFT_NAME(Liking) @protocol FBSDKLiking <NSObject> /** @@ -47,3 +52,5 @@ @property (nonatomic, assign) FBSDKLikeObjectType objectType; @end NS_ASSUME_NONNULL_END