|
@@ -158,6 +158,7 @@
|
|
|
A738D205225AF90D00EEE860 /* WeChatpayOrderModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A738D204225AF90D00EEE860 /* WeChatpayOrderModel.swift */; };
|
|
|
A738D66F225D9BD900EEE860 /* UMLoginModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A738D66E225D9BD900EEE860 /* UMLoginModel.swift */; };
|
|
|
A73911AD229CD62F0033177E /* AlamofireReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73911AC229CD62F0033177E /* AlamofireReachabilityManager.swift */; };
|
|
|
+ A73911B0229E4D970033177E /* PGYManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73911AF229E4D970033177E /* PGYManager.swift */; };
|
|
|
A73D7C682268A032002A4CE3 /* SwiftyStarRatingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73D7C672268A032002A4CE3 /* SwiftyStarRatingView.swift */; };
|
|
|
A75414FD224B5F28002480B5 /* MobileLoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75414FB224B5F28002480B5 /* MobileLoginViewController.swift */; };
|
|
|
A7541502224C5ECB002480B5 /* BaiduMapManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7541501224C5ECA002480B5 /* BaiduMapManager.swift */; };
|
|
@@ -546,6 +547,7 @@
|
|
|
A738D204225AF90D00EEE860 /* WeChatpayOrderModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WeChatpayOrderModel.swift; sourceTree = "<group>"; };
|
|
|
A738D66E225D9BD900EEE860 /* UMLoginModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UMLoginModel.swift; sourceTree = "<group>"; };
|
|
|
A73911AC229CD62F0033177E /* AlamofireReachabilityManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlamofireReachabilityManager.swift; sourceTree = "<group>"; };
|
|
|
+ A73911AF229E4D970033177E /* PGYManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PGYManager.swift; sourceTree = "<group>"; };
|
|
|
A73D7C672268A032002A4CE3 /* SwiftyStarRatingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyStarRatingView.swift; sourceTree = "<group>"; };
|
|
|
A75414FB224B5F28002480B5 /* MobileLoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MobileLoginViewController.swift; sourceTree = "<group>"; };
|
|
|
A7541501224C5ECA002480B5 /* BaiduMapManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaiduMapManager.swift; sourceTree = "<group>"; };
|
|
@@ -1488,6 +1490,7 @@
|
|
|
A72A725422321B9400B21995 /* Manager */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A73911AE229E4D780033177E /* PGYManager */,
|
|
|
A73911AB229CD6080033177E /* AlamofireReachabilityManager */,
|
|
|
A7778CA52243A03400C7C47A /* IQKeyboardManagerSwiftManager */,
|
|
|
A72A730522321F1D00B21995 /* PayManager */,
|
|
@@ -1720,6 +1723,14 @@
|
|
|
path = AlamofireReachabilityManager;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A73911AE229E4D780033177E /* PGYManager */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A73911AF229E4D970033177E /* PGYManager.swift */,
|
|
|
+ );
|
|
|
+ path = PGYManager;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
A73D7C662268A032002A4CE3 /* SwiftyStarRatingView */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -3471,6 +3482,7 @@
|
|
|
A72A72D522321E2700B21995 /* ColorMacro.swift in Sources */,
|
|
|
A72A7333223256E100B21995 /* PayManager.swift in Sources */,
|
|
|
A70B2C6722887B2B00B2449F /* ProductDetailEvaluationListTableViewCell.swift in Sources */,
|
|
|
+ A73911B0229E4D970033177E /* PGYManager.swift in Sources */,
|
|
|
BD1DC6CD228D160D00B89C57 /* OrderPurchaseModel.swift in Sources */,
|
|
|
A775CC00223774A300EBDCF8 /* ShoppingMallView.swift in Sources */,
|
|
|
A7FF1555228AC27600A85748 /* ProductAllCommentView.swift in Sources */,
|