From e0ec4235cc7b8d05ec1aaa414ec2d2cac798d74e Mon Sep 17 00:00:00 2001
From: lpw
Date: Sat, 03 Jun 2023 09:18:20 +0800
Subject: [PATCH] 3.15.0

---
 frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKButtonImpressionLogging.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKButtonImpressionLogging.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKButtonImpressionLogging.h
index 3857db5..806edb4 100644
--- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKButtonImpressionLogging.h
+++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKCoreKit.framework/Headers/FBSDKButtonImpressionLogging.h
@@ -9,6 +9,7 @@
 #import <Foundation/Foundation.h>
 
 #import <FBSDKCoreKit/FBSDKAppEventName.h>
+#import <FBSDKCoreKit/FBSDKAppEventParameterName.h>
 
 NS_ASSUME_NONNULL_BEGIN
 
@@ -21,7 +22,7 @@
 NS_SWIFT_NAME(FBButtonImpressionLogging)
 @protocol FBSDKButtonImpressionLogging <NSObject>
 
-@property (nullable, nonatomic, readonly, copy) NSDictionary<NSString *, id> *analyticsParameters;
+@property (nullable, nonatomic, readonly, copy) NSDictionary<FBSDKAppEventParameterName, id> *analyticsParameters;
 @property (nonatomic, readonly, copy) FBSDKAppEventName impressionTrackingEventName;
 @property (nonatomic, readonly, copy) NSString *impressionTrackingIdentifier;
 

--
Gitblit v1.8.0