|
|
@@ -15,6 +15,9 @@
|
|
|
2710E65822801B930002A4B0 /* YRPwdLevelView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E65722801B930002A4B0 /* YRPwdLevelView.m */; };
|
|
|
2710E65D22801E330002A4B0 /* LeftViewTF.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E65C22801E330002A4B0 /* LeftViewTF.m */; };
|
|
|
2710E66022801ED10002A4B0 /* YRShowMessageFromNavi.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E65F22801ED10002A4B0 /* YRShowMessageFromNavi.m */; };
|
|
|
+ 2710E66522815DCF0002A4B0 /* YRMineCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E66422815DCF0002A4B0 /* YRMineCell.m */; };
|
|
|
+ 2710E66822815E030002A4B0 /* YRMineModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2710E66722815E030002A4B0 /* YRMineModel.m */; };
|
|
|
+ 2710E66A228166990002A4B0 /* mine_route.json in Resources */ = {isa = PBXBuildFile; fileRef = 2710E669228166990002A4B0 /* mine_route.json */; };
|
|
|
3FE47A8D89A70D18F98B1E41 /* libPods-UU_EntUITests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F4F857DEEC69AEDCFACDFD51 /* libPods-UU_EntUITests.a */; };
|
|
|
9948171422783494007C7CEA /* msg_route.json in Resources */ = {isa = PBXBuildFile; fileRef = 9948171322783494007C7CEA /* msg_route.json */; };
|
|
|
9948171722785013007C7CEA /* YRWorkTabCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9948171622785013007C7CEA /* YRWorkTabCell.m */; };
|
|
|
@@ -153,6 +156,11 @@
|
|
|
2710E65C22801E330002A4B0 /* LeftViewTF.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LeftViewTF.m; sourceTree = "<group>"; };
|
|
|
2710E65E22801ED10002A4B0 /* YRShowMessageFromNavi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRShowMessageFromNavi.h; sourceTree = "<group>"; };
|
|
|
2710E65F22801ED10002A4B0 /* YRShowMessageFromNavi.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRShowMessageFromNavi.m; sourceTree = "<group>"; };
|
|
|
+ 2710E66322815DCF0002A4B0 /* YRMineCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMineCell.h; sourceTree = "<group>"; };
|
|
|
+ 2710E66422815DCF0002A4B0 /* YRMineCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMineCell.m; sourceTree = "<group>"; };
|
|
|
+ 2710E66622815E030002A4B0 /* YRMineModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMineModel.h; sourceTree = "<group>"; };
|
|
|
+ 2710E66722815E030002A4B0 /* YRMineModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMineModel.m; sourceTree = "<group>"; };
|
|
|
+ 2710E669228166990002A4B0 /* mine_route.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = mine_route.json; sourceTree = "<group>"; };
|
|
|
49A8B37D50A80EFFD84620EC /* Pods-UU_EntTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_EntTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-UU_EntTests/Pods-UU_EntTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
49D3F089EECE8E3EDF7D2E1C /* Pods-UU_EntUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_EntUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-UU_EntUITests/Pods-UU_EntUITests.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
71B4DF45C8EC3368ACFC4193 /* Pods-UU_Ent.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_Ent.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UU_Ent/Pods-UU_Ent.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
@@ -363,6 +371,24 @@
|
|
|
path = UINavigation;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 2710E66122815DAD0002A4B0 /* Models */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 2710E66622815E030002A4B0 /* YRMineModel.h */,
|
|
|
+ 2710E66722815E030002A4B0 /* YRMineModel.m */,
|
|
|
+ );
|
|
|
+ path = Models;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 2710E66222815DB90002A4B0 /* Views */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 2710E66322815DCF0002A4B0 /* YRMineCell.h */,
|
|
|
+ 2710E66422815DCF0002A4B0 /* YRMineCell.m */,
|
|
|
+ );
|
|
|
+ path = Views;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
999F650C227E656B00329012 /* UIView */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -596,9 +622,9 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
99C6FEAA2276941A00C7070A /* Controllers */,
|
|
|
- 99C6FEA82276941900C7070A /* Models */,
|
|
|
+ 2710E66122815DAD0002A4B0 /* Models */,
|
|
|
99C6FEA92276941900C7070A /* Others */,
|
|
|
- 99C6FEAB2276941A00C7070A /* Views */,
|
|
|
+ 2710E66222815DB90002A4B0 /* Views */,
|
|
|
);
|
|
|
path = Main;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -713,16 +739,10 @@
|
|
|
path = Views;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 99C6FEA82276941900C7070A /* Models */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- );
|
|
|
- path = Models;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
99C6FEA92276941900C7070A /* Others */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 2710E669228166990002A4B0 /* mine_route.json */,
|
|
|
99C6FF152276D13500C7070A /* YRUserInfo.h */,
|
|
|
99C6FF162276D13500C7070A /* YRUserInfo.m */,
|
|
|
);
|
|
|
@@ -738,13 +758,6 @@
|
|
|
path = Controllers;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 99C6FEAB2276941A00C7070A /* Views */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- );
|
|
|
- path = Views;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
99C6FEAC2276942900C7070A /* Views */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -1158,6 +1171,7 @@
|
|
|
99F4A8272277D845009AA6ED /* loading38.png in Resources */,
|
|
|
99F4A82B2277D845009AA6ED /* loading19.png in Resources */,
|
|
|
99F4A8132277D845009AA6ED /* loading42.png in Resources */,
|
|
|
+ 2710E66A228166990002A4B0 /* mine_route.json in Resources */,
|
|
|
99F4A8142277D845009AA6ED /* loading30.png in Resources */,
|
|
|
99F4A8412277D845009AA6ED /* loading37.png in Resources */,
|
|
|
99F4A8252277D845009AA6ED /* loading14.png in Resources */,
|
|
|
@@ -1321,6 +1335,7 @@
|
|
|
99C6FECB227696CA00C7070A /* YRMsgVC.m in Sources */,
|
|
|
99C16340227FD24E002ED79D /* YRWorkConModel.m in Sources */,
|
|
|
99C6FF262276FAE000C7070A /* YRMsgMainModel.m in Sources */,
|
|
|
+ 2710E66522815DCF0002A4B0 /* YRMineCell.m in Sources */,
|
|
|
99F4A7462277D503009AA6ED /* YRAdView.m in Sources */,
|
|
|
99C6FE9222768EC000C7070A /* main.m in Sources */,
|
|
|
99C6FE99227690F800C7070A /* YRBaseNav.m in Sources */,
|
|
|
@@ -1334,6 +1349,7 @@
|
|
|
99C6FEC82276966600C7070A /* YRWebVC.m in Sources */,
|
|
|
99C6FEC02276957400C7070A /* YRMineVC.m in Sources */,
|
|
|
2710E66022801ED10002A4B0 /* YRShowMessageFromNavi.m in Sources */,
|
|
|
+ 2710E66822815E030002A4B0 /* YRMineModel.m in Sources */,
|
|
|
99C6FF1B2276DD3900C7070A /* YRTableView.m in Sources */,
|
|
|
27029BD32277E16300D53A94 /* YRButton.m in Sources */,
|
|
|
27029BCC2277063F00D53A94 /* UIColor+HexColor.m in Sources */,
|