lpw
2023-06-03 e0ec4235cc7b8d05ec1aaa414ec2d2cac798d74e
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;