|
|
@@ -22,6 +22,7 @@
|
|
|
999F651E227E6A6000329012 /* NSString+regular.m in Sources */ = {isa = PBXBuildFile; fileRef = 999F651D227E6A6000329012 /* NSString+regular.m */; };
|
|
|
99C16340227FD24E002ED79D /* YRWorkConModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C1633F227FD24E002ED79D /* YRWorkConModel.m */; };
|
|
|
99C16342227FDE64002ED79D /* work_route.json in Resources */ = {isa = PBXBuildFile; fileRef = 99C16341227FDE64002ED79D /* work_route.json */; };
|
|
|
+ 99C16345228027C8002ED79D /* YRMsgHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C16344228027C8002ED79D /* YRMsgHeader.m */; };
|
|
|
99C6FE6122768B5C00C7070A /* UU_EntTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE6022768B5C00C7070A /* UU_EntTests.m */; };
|
|
|
99C6FE6C22768B5C00C7070A /* UU_EntUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE6B22768B5C00C7070A /* UU_EntUITests.m */; };
|
|
|
99C6FE8F22768EC000C7070A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE7E22768EC000C7070A /* AppDelegate.m */; };
|
|
|
@@ -163,6 +164,8 @@
|
|
|
99C1633E227FD24E002ED79D /* YRWorkConModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRWorkConModel.h; sourceTree = "<group>"; };
|
|
|
99C1633F227FD24E002ED79D /* YRWorkConModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWorkConModel.m; sourceTree = "<group>"; };
|
|
|
99C16341227FDE64002ED79D /* work_route.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = work_route.json; sourceTree = "<group>"; };
|
|
|
+ 99C16343228027C8002ED79D /* YRMsgHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMsgHeader.h; sourceTree = "<group>"; };
|
|
|
+ 99C16344228027C8002ED79D /* YRMsgHeader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMsgHeader.m; sourceTree = "<group>"; };
|
|
|
99C6FE4422768B5B00C7070A /* UU_Ent.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UU_Ent.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
99C6FE5C22768B5C00C7070A /* UU_EntTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UU_EntTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
99C6FE6022768B5C00C7070A /* UU_EntTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UU_EntTests.m; sourceTree = "<group>"; };
|
|
|
@@ -765,6 +768,8 @@
|
|
|
children = (
|
|
|
99C6FF212276E4C000C7070A /* YRMsgMainCell.h */,
|
|
|
99C6FF222276E4C000C7070A /* YRMsgMainCell.m */,
|
|
|
+ 99C16343228027C8002ED79D /* YRMsgHeader.h */,
|
|
|
+ 99C16344228027C8002ED79D /* YRMsgHeader.m */,
|
|
|
);
|
|
|
path = Views;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -1276,6 +1281,7 @@
|
|
|
99C6FED12276982F00C7070A /* YRTabBar.m in Sources */,
|
|
|
27029BD0227709CC00D53A94 /* UIButton+Layout.m in Sources */,
|
|
|
99C6FF232276E4C000C7070A /* YRMsgMainCell.m in Sources */,
|
|
|
+ 99C16345228027C8002ED79D /* YRMsgHeader.m in Sources */,
|
|
|
99C6FECB227696CA00C7070A /* YRMsgVC.m in Sources */,
|
|
|
99C16340227FD24E002ED79D /* YRWorkConModel.m in Sources */,
|
|
|
99C6FF262276FAE000C7070A /* YRMsgMainModel.m in Sources */,
|