From 2f0847c51cfe186abd2c4fc554108edc1890d222 Mon Sep 17 00:00:00 2001
From: lpw
Date: Wed, 25 Sep 2024 14:49:26 +0800
Subject: [PATCH] 提交4.3.0

---
 frameworks/WASdkIntf.framework/Headers/WAIapProduct.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/frameworks/WASdkIntf.framework/Headers/WAIapProduct.h b/frameworks/WASdkIntf.framework/Headers/WAIapProduct.h
index 86c6498..a52c0a6 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAIapProduct.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAIapProduct.h
@@ -7,7 +7,7 @@
 //
 
 #import <Foundation/Foundation.h>
-#import "WAPayChannel.h"
+#import <WASdkIntf/WAPayChannel.h>
 /*!
  @discussion WAIapProduct 商品类
  - - -
@@ -19,18 +19,18 @@
 
 @property(nonatomic, strong) NSDecimalNumber *price NS_AVAILABLE_IOS(3_0);
 
-@property(nonatomic, strong) NSLocale *priceLocale NS_AVAILABLE_IOS(3_0);
+//@property(nonatomic, strong) NSLocale *priceLocale NS_AVAILABLE_IOS(3_0);
 
 @property(nonatomic, strong) NSString *productIdentifier NS_AVAILABLE_IOS(3_0);
 
 // YES if this product has content downloadable using SKDownload
-@property(nonatomic) BOOL downloadable NS_AVAILABLE_IOS(6_0);
+//@property(nonatomic) BOOL downloadable NS_AVAILABLE_IOS(6_0);
 
 // Sizes in bytes (NSNumber [long long]) of the downloads available for this product
-@property(nonatomic, strong) NSArray<NSNumber *> *downloadContentLengths NS_AVAILABLE_IOS(6_0);
+//@property(nonatomic, strong) NSArray<NSNumber *> *downloadContentLengths NS_AVAILABLE_IOS(6_0);
 
 // Version of the downloadable content
-@property(nonatomic, strong) NSString *downloadContentVersion NS_AVAILABLE_IOS(6_0);
+//@property(nonatomic, strong) NSString *downloadContentVersion NS_AVAILABLE_IOS(6_0);
 // payment method
 @property(nonatomic, strong) NSArray<WAPayChannel *> *payChannels NS_AVAILABLE_IOS(6_0);
 

--
Gitblit v1.8.0