|
@@ -364,6 +364,8 @@
|
|
|
BD1DC6C9228D005000B89C57 /* OrderCreateParameterModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1DC6C8228D005000B89C57 /* OrderCreateParameterModel.swift */; };
|
|
|
BD1DC6CB228D157000B89C57 /* OrderCreateBackModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1DC6CA228D157000B89C57 /* OrderCreateBackModel.swift */; };
|
|
|
BD1DC6CD228D160D00B89C57 /* OrderPurchaseModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1DC6CC228D160D00B89C57 /* OrderPurchaseModel.swift */; };
|
|
|
+ BD1FC17F22B08D3C00D55081 /* CommunityMyFollowTopicController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1FC17E22B08D3C00D55081 /* CommunityMyFollowTopicController.swift */; };
|
|
|
+ BD1FC18122B08D7A00D55081 /* CommunityMyFollowTopicCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1FC18022B08D7A00D55081 /* CommunityMyFollowTopicCell.swift */; };
|
|
|
BD20F1CB2283C12000677D8E /* ShoppingCartListNoneItemCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1CA2283C12000677D8E /* ShoppingCartListNoneItemCell.swift */; };
|
|
|
BD20F1CD2283C51300677D8E /* OrderFinishPayController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1CC2283C51300677D8E /* OrderFinishPayController.swift */; };
|
|
|
BD20F1CF2283CE2300677D8E /* OrderFinishPayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD20F1CE2283CE2300677D8E /* OrderFinishPayView.swift */; };
|
|
@@ -806,6 +808,8 @@
|
|
|
BD1DC6C8228D005000B89C57 /* OrderCreateParameterModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderCreateParameterModel.swift; sourceTree = "<group>"; };
|
|
|
BD1DC6CA228D157000B89C57 /* OrderCreateBackModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderCreateBackModel.swift; sourceTree = "<group>"; };
|
|
|
BD1DC6CC228D160D00B89C57 /* OrderPurchaseModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderPurchaseModel.swift; sourceTree = "<group>"; };
|
|
|
+ BD1FC17E22B08D3C00D55081 /* CommunityMyFollowTopicController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityMyFollowTopicController.swift; sourceTree = "<group>"; };
|
|
|
+ BD1FC18022B08D7A00D55081 /* CommunityMyFollowTopicCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityMyFollowTopicCell.swift; sourceTree = "<group>"; };
|
|
|
BD20F1CA2283C12000677D8E /* ShoppingCartListNoneItemCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartListNoneItemCell.swift; sourceTree = "<group>"; };
|
|
|
BD20F1CC2283C51300677D8E /* OrderFinishPayController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderFinishPayController.swift; sourceTree = "<group>"; };
|
|
|
BD20F1CE2283CE2300677D8E /* OrderFinishPayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderFinishPayView.swift; sourceTree = "<group>"; };
|
|
@@ -1252,6 +1256,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
A719EE6722AF438E001AAC98 /* Community */,
|
|
|
+ BD1FC17D22B08CEB00D55081 /* CommunityMyFollowTopic */,
|
|
|
);
|
|
|
path = CommunityModule;
|
|
|
sourceTree = "<group>";
|
|
@@ -3147,6 +3152,15 @@
|
|
|
path = OrderModel;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BD1FC17D22B08CEB00D55081 /* CommunityMyFollowTopic */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD1FC17E22B08D3C00D55081 /* CommunityMyFollowTopicController.swift */,
|
|
|
+ BD1FC18022B08D7A00D55081 /* CommunityMyFollowTopicCell.swift */,
|
|
|
+ );
|
|
|
+ path = CommunityMyFollowTopic;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BD3474F722859788000908C5 /* OrderPayOrder */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -3948,6 +3962,7 @@
|
|
|
BD7AB8452284398A0030646A /* OrderPaySelfPickAddInfoCell.swift in Sources */,
|
|
|
A72A72D222321E2700B21995 /* Common.swift in Sources */,
|
|
|
A70B2C64228875DE00B2449F /* ShopViewShopInfoTableViewCell.swift in Sources */,
|
|
|
+ BD1FC17F22B08D3C00D55081 /* CommunityMyFollowTopicController.swift in Sources */,
|
|
|
BDEF7791228571DC00ED0AC0 /* CommonPayView.swift in Sources */,
|
|
|
A71AF0A6226EDDC8001730FE /* SearchViewController.swift in Sources */,
|
|
|
BD20F1CF2283CE2300677D8E /* OrderFinishPayView.swift in Sources */,
|
|
@@ -3964,6 +3979,7 @@
|
|
|
BDF47D822282B3D100941AB9 /* ShoppingCartHotSaleTableViewCell.swift in Sources */,
|
|
|
BD20F1CB2283C12000677D8E /* ShoppingCartListNoneItemCell.swift in Sources */,
|
|
|
A7B4E756228281620012914A /* ShoppingMallSlidingLeftRightBgCollectionViewCell.swift in Sources */,
|
|
|
+ BD1FC18122B08D7A00D55081 /* CommunityMyFollowTopicCell.swift in Sources */,
|
|
|
A757C92E22744ACE00226355 /* AddressManagerListModel.swift in Sources */,
|
|
|
BDAA40F9228E9ADA00CF841D /* OrderApplyRefundReasonCell.swift in Sources */,
|
|
|
A7274C59228EE636000E3A07 /* LBXScanNetAnimation.swift in Sources */,
|