From e7ee6f733786ee45a7360776ec2534ffdfb8ef8c Mon Sep 17 00:00:00 2001
From: lpw
Date: Tue, 18 Mar 2025 16:00:30 +0800
Subject: [PATCH] 配置文件不在放在模块中

---
 frameworks/WASdkIntf.framework/Headers/WAInitiatedPurchaseEvent.h |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/frameworks/WASdkIntf.framework/Headers/WAInitiatedPurchaseEvent.h b/frameworks/WASdkIntf.framework/Headers/WAInitiatedPurchaseEvent.h
new file mode 100644
index 0000000..214c5c1
--- /dev/null
+++ b/frameworks/WASdkIntf.framework/Headers/WAInitiatedPurchaseEvent.h
@@ -0,0 +1,19 @@
+//
+//  WAInitiatedPurchaseEvent.h
+//  WASdkImpl
+//
+//  Created by lpw on 2025/2/27.
+//  Copyright © 2025 GHW-T-01. All rights reserved.
+//
+/**
+ * ghw_initiated_purchase 点击购买事件(虚拟货币)
+ */
+#import <WASdkIntf/WAEvent.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface WAInitiatedPurchaseEvent : WAEvent
+- (instancetype)init;
+@end
+
+NS_ASSUME_NONNULL_END

--
Gitblit v1.8.0