From b0222c34dcbc7ae27949a605fb4c7cea473844b2 Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期一, 25 十一月 2024 16:18:44 +0800
Subject: [PATCH] fix 三方支付

---
 XQMuse.xcodeproj/project.pbxproj |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/XQMuse.xcodeproj/project.pbxproj b/XQMuse.xcodeproj/project.pbxproj
index 9e58641..ca444b4 100644
--- a/XQMuse.xcodeproj/project.pbxproj
+++ b/XQMuse.xcodeproj/project.pbxproj
@@ -190,6 +190,8 @@
 		138F0C322C7594BB0072A16C /* TreatyVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 138F0C312C7594BB0072A16C /* TreatyVC.swift */; };
 		138F0C352C7597CA0072A16C /* HelpCenterVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 138F0C332C7597CA0072A16C /* HelpCenterVC.swift */; };
 		138F0C362C7597CA0072A16C /* HelpCenterVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 138F0C342C7597CA0072A16C /* HelpCenterVC.xib */; };
+		138F9E0F2CF4229500075C5D /* PurchaseMethodView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 138F9E0E2CF4229500075C5D /* PurchaseMethodView.swift */; };
+		138F9E112CF422B200075C5D /* PurchaseMethodView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 138F9E102CF422B200075C5D /* PurchaseMethodView.xib */; };
 		138FE0DE2C757B2A00A964E8 /* BindPhone_1_VC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 138FE0DC2C757B2A00A964E8 /* BindPhone_1_VC.swift */; };
 		138FE0DF2C757B2A00A964E8 /* BindPhone_1_VC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 138FE0DD2C757B2A00A964E8 /* BindPhone_1_VC.xib */; };
 		138FE0E22C757DE900A964E8 /* BindPhone_2_VC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 138FE0E02C757DE900A964E8 /* BindPhone_2_VC.swift */; };
@@ -502,6 +504,8 @@
 		138F0C312C7594BB0072A16C /* TreatyVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TreatyVC.swift; sourceTree = "<group>"; };
 		138F0C332C7597CA0072A16C /* HelpCenterVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelpCenterVC.swift; sourceTree = "<group>"; };
 		138F0C342C7597CA0072A16C /* HelpCenterVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HelpCenterVC.xib; sourceTree = "<group>"; };
+		138F9E0E2CF4229500075C5D /* PurchaseMethodView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PurchaseMethodView.swift; sourceTree = "<group>"; };
+		138F9E102CF422B200075C5D /* PurchaseMethodView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PurchaseMethodView.xib; sourceTree = "<group>"; };
 		138FE0DC2C757B2A00A964E8 /* BindPhone_1_VC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BindPhone_1_VC.swift; sourceTree = "<group>"; };
 		138FE0DD2C757B2A00A964E8 /* BindPhone_1_VC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = BindPhone_1_VC.xib; sourceTree = "<group>"; };
 		138FE0E02C757DE900A964E8 /* BindPhone_2_VC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BindPhone_2_VC.swift; sourceTree = "<group>"; };
@@ -780,6 +784,8 @@
 		13463E9B2CDE2CD500DD0C53 /* View */ = {
 			isa = PBXGroup;
 			children = (
+				138F9E0E2CF4229500075C5D /* PurchaseMethodView.swift */,
+				138F9E102CF422B200075C5D /* PurchaseMethodView.xib */,
 			);
 			path = View;
 			sourceTree = "<group>";
@@ -1554,6 +1560,7 @@
 				13985DBF2C69DDF90046B6DC /* HomeTopMenuView.xib in Resources */,
 				13C5838E2C86A4F90071BCBE /* apngb-animated-level-5.png in Resources */,
 				1385E00B2C6C57A900AADB1F /* HomeItemDetailVC.xib in Resources */,
+				138F9E112CF422B200075C5D /* PurchaseMethodView.xib in Resources */,
 				138995422C943AA700BC7F78 /* static-level-9.png in Resources */,
 				13B021DB2C75DD0600414769 /* BankWithdrawVC.xib in Resources */,
 				1338A6DE2C76DD5E006CDD15 /* SpendingDetailInfoVC.xib in Resources */,
@@ -1701,6 +1708,7 @@
 				13985DB82C69B80D0046B6DC /* Themes.swift in Sources */,
 				13985DD02C69F2A80046B6DC /* HomeHeaderVC.swift in Sources */,
 				135D09212C9167F800658880 /* TreeTeskDetailListTCell.swift in Sources */,
+				138F9E0F2CF4229500075C5D /* PurchaseMethodView.swift in Sources */,
 				130AA4A92C72F71700F20944 /* CourseDetialVideoVC.swift in Sources */,
 				1336EFA52C6DEB550075E070 /* HoverHeaderFlowLayout.swift in Sources */,
 				13985DB52C69B7DF0046B6DC /* Def.swift in Sources */,

--
Gitblit v1.7.1