From 49b8839fda3439edc31581527e84036e58f55f0f Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 26 Jan 2021 09:43:00 +0800 Subject: [PATCH] 3.9.2 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h index 031158e..859db49 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h @@ -16,6 +16,10 @@ // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +#import "TargetConditionals.h" + +#if !TARGET_OS_TV + #import "FBSDKShareDialogMode.h" NS_ASSUME_NONNULL_BEGIN @@ -36,3 +40,5 @@ @end NS_ASSUME_NONNULL_END + +#endif -- Gitblit v1.8.0