|
@@ -1098,6 +1098,14 @@
|
|
|
EBCFA0FD23ACF06A00A62645 /* MyTDTopicSelectExtentVC.m in Sources */ = {isa = PBXBuildFile; fileRef = EBCFA0FC23ACF06A00A62645 /* MyTDTopicSelectExtentVC.m */; };
|
|
|
EBD627D52429DD6500D91C9E /* ChatQrcodeVC.m in Sources */ = {isa = PBXBuildFile; fileRef = EBD627D42429DD6500D91C9E /* ChatQrcodeVC.m */; };
|
|
|
EBDD70BB23B4876F00AC0BF4 /* MyWorkCarVC.m in Sources */ = {isa = PBXBuildFile; fileRef = EBDD70BA23B4876F00AC0BF4 /* MyWorkCarVC.m */; };
|
|
|
+ EBDE08B02458179B005D426C /* CommonHomeVC.m in Sources */ = {isa = PBXBuildFile; fileRef = EBDE08AF2458179B005D426C /* CommonHomeVC.m */; };
|
|
|
+ EBDE08B42458192C005D426C /* Common.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EBDE08B32458192C005D426C /* Common.storyboard */; };
|
|
|
+ EBDE08BB2458203A005D426C /* CommonBarCell.m in Sources */ = {isa = PBXBuildFile; fileRef = EBDE08B92458203A005D426C /* CommonBarCell.m */; };
|
|
|
+ EBDE08BC2458203A005D426C /* CommonBarCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = EBDE08BA2458203A005D426C /* CommonBarCell.xib */; };
|
|
|
+ EBDE08BF24582163005D426C /* CommonBarModel.m in Sources */ = {isa = PBXBuildFile; fileRef = EBDE08BE24582163005D426C /* CommonBarModel.m */; };
|
|
|
+ EBDE08C324582BA6005D426C /* CommonListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = EBDE08C124582BA6005D426C /* CommonListCell.m */; };
|
|
|
+ EBDE08C424582BA6005D426C /* CommonListCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = EBDE08C224582BA6005D426C /* CommonListCell.xib */; };
|
|
|
+ EBDE08C7245837BF005D426C /* CommonListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = EBDE08C6245837BF005D426C /* CommonListModel.m */; };
|
|
|
EBE36C3723A7208E002BE674 /* NewTopicCell.m in Sources */ = {isa = PBXBuildFile; fileRef = EBE36C3523A7208E002BE674 /* NewTopicCell.m */; };
|
|
|
EBE36C3823A7208E002BE674 /* NewTopicCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = EBE36C3623A7208E002BE674 /* NewTopicCell.xib */; };
|
|
|
EBE36C3B23A72AFA002BE674 /* NewTopicModel.m in Sources */ = {isa = PBXBuildFile; fileRef = EBE36C3A23A72AFA002BE674 /* NewTopicModel.m */; };
|
|
@@ -3026,6 +3034,19 @@
|
|
|
EBD627D42429DD6500D91C9E /* ChatQrcodeVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ChatQrcodeVC.m; sourceTree = "<group>"; };
|
|
|
EBDD70B923B4876F00AC0BF4 /* MyWorkCarVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MyWorkCarVC.h; sourceTree = "<group>"; };
|
|
|
EBDD70BA23B4876F00AC0BF4 /* MyWorkCarVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyWorkCarVC.m; sourceTree = "<group>"; };
|
|
|
+ EBDE08AE2458179B005D426C /* CommonHomeVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommonHomeVC.h; sourceTree = "<group>"; };
|
|
|
+ EBDE08AF2458179B005D426C /* CommonHomeVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CommonHomeVC.m; sourceTree = "<group>"; };
|
|
|
+ EBDE08B32458192C005D426C /* Common.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Common.storyboard; sourceTree = "<group>"; };
|
|
|
+ EBDE08B82458203A005D426C /* CommonBarCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommonBarCell.h; sourceTree = "<group>"; };
|
|
|
+ EBDE08B92458203A005D426C /* CommonBarCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CommonBarCell.m; sourceTree = "<group>"; };
|
|
|
+ EBDE08BA2458203A005D426C /* CommonBarCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CommonBarCell.xib; sourceTree = "<group>"; };
|
|
|
+ EBDE08BD24582163005D426C /* CommonBarModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommonBarModel.h; sourceTree = "<group>"; };
|
|
|
+ EBDE08BE24582163005D426C /* CommonBarModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CommonBarModel.m; sourceTree = "<group>"; };
|
|
|
+ EBDE08C024582BA6005D426C /* CommonListCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommonListCell.h; sourceTree = "<group>"; };
|
|
|
+ EBDE08C124582BA6005D426C /* CommonListCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CommonListCell.m; sourceTree = "<group>"; };
|
|
|
+ EBDE08C224582BA6005D426C /* CommonListCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CommonListCell.xib; sourceTree = "<group>"; };
|
|
|
+ EBDE08C5245837BF005D426C /* CommonListModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommonListModel.h; sourceTree = "<group>"; };
|
|
|
+ EBDE08C6245837BF005D426C /* CommonListModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CommonListModel.m; sourceTree = "<group>"; };
|
|
|
EBE36C3423A7208E002BE674 /* NewTopicCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NewTopicCell.h; sourceTree = "<group>"; };
|
|
|
EBE36C3523A7208E002BE674 /* NewTopicCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NewTopicCell.m; sourceTree = "<group>"; };
|
|
|
EBE36C3623A7208E002BE674 /* NewTopicCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NewTopicCell.xib; sourceTree = "<group>"; };
|
|
@@ -6572,6 +6593,7 @@
|
|
|
C7F61623238C046B008AF22D /* VCModel */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ EBDE08AD24581782005D426C /* common */,
|
|
|
C622157E23719C84006F5D7F /* Login */,
|
|
|
C7D6BBB9235DA1CD00770E7C /* WorkFlow */,
|
|
|
C6226FDA236C08E500E2E3BF /* My_Center */,
|
|
@@ -7405,6 +7427,50 @@
|
|
|
path = categories;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ EBDE08AD24581782005D426C /* common */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ EBDE08B724581FF4005D426C /* Controller */,
|
|
|
+ EBDE08B624581FEA005D426C /* Model */,
|
|
|
+ EBDE08B524581FDB005D426C /* View */,
|
|
|
+ EBDE08B32458192C005D426C /* Common.storyboard */,
|
|
|
+ );
|
|
|
+ path = common;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ EBDE08B524581FDB005D426C /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ EBDE08B82458203A005D426C /* CommonBarCell.h */,
|
|
|
+ EBDE08B92458203A005D426C /* CommonBarCell.m */,
|
|
|
+ EBDE08BA2458203A005D426C /* CommonBarCell.xib */,
|
|
|
+ EBDE08C024582BA6005D426C /* CommonListCell.h */,
|
|
|
+ EBDE08C124582BA6005D426C /* CommonListCell.m */,
|
|
|
+ EBDE08C224582BA6005D426C /* CommonListCell.xib */,
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ EBDE08B624581FEA005D426C /* Model */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ EBDE08BD24582163005D426C /* CommonBarModel.h */,
|
|
|
+ EBDE08BE24582163005D426C /* CommonBarModel.m */,
|
|
|
+ EBDE08C5245837BF005D426C /* CommonListModel.h */,
|
|
|
+ EBDE08C6245837BF005D426C /* CommonListModel.m */,
|
|
|
+ );
|
|
|
+ path = Model;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ EBDE08B724581FF4005D426C /* Controller */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ EBDE08AE2458179B005D426C /* CommonHomeVC.h */,
|
|
|
+ EBDE08AF2458179B005D426C /* CommonHomeVC.m */,
|
|
|
+ );
|
|
|
+ path = Controller;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
@@ -7565,6 +7631,7 @@
|
|
|
EB3EAFE223A22EBF00C38AB4 /* TDGroup.storyboard in Resources */,
|
|
|
EB8E2CDB239666A900CDFBDA /* close_gray@3x.png in Resources */,
|
|
|
324F176B239B3B4D0025CAE7 /* NoticeSelectCell.xib in Resources */,
|
|
|
+ EBDE08C424582BA6005D426C /* CommonListCell.xib in Resources */,
|
|
|
C7D6BC90235DA1CE00770E7C /* MyClubApplicationTableViewCell.xib in Resources */,
|
|
|
EB8E2D47239666A900CDFBDA /* icon_019.gif in Resources */,
|
|
|
C622708C236C09FC00E2E3BF /* mj_house@3x.png in Resources */,
|
|
@@ -7650,6 +7717,7 @@
|
|
|
EB8E2D9D239666A900CDFBDA /* msg_file_white@3x.png in Resources */,
|
|
|
C788F1892369451A0070A6B3 /* FavoritesViewController.xib in Resources */,
|
|
|
C78373FC23AA287C0096AFE2 /* FecordJoinWorkFlowListController.xib in Resources */,
|
|
|
+ EBDE08B42458192C005D426C /* Common.storyboard in Resources */,
|
|
|
EB8E2D89239666A900CDFBDA /* msg_recv_audio02@3x.png in Resources */,
|
|
|
C7E03AD623CD89EA00A97589 /* InputGongwenFileCell.xib in Resources */,
|
|
|
EB8E2DA2239666A900CDFBDA /* chat_info@2x.png in Resources */,
|
|
@@ -7658,6 +7726,7 @@
|
|
|
EB8E2D61239666A900CDFBDA /* chatbar_face@3x.png in Resources */,
|
|
|
327E376623A9D9C900842F47 /* CreateNoteBookCell.xib in Resources */,
|
|
|
EB8E2D48239666A900CDFBDA /* icon_027.gif in Resources */,
|
|
|
+ EBDE08BC2458203A005D426C /* CommonBarCell.xib in Resources */,
|
|
|
EB8E2D8C239666A900CDFBDA /* msg_fail@3x.png in Resources */,
|
|
|
C625AA60236D98CE0010E967 /* ChatMsg.storyboard in Resources */,
|
|
|
C62215962372C0CC006F5D7F /* MailList.storyboard in Resources */,
|
|
@@ -7945,6 +8014,7 @@
|
|
|
32C384C223B0E24B00BBC733 /* NoteBookShareVC.m in Sources */,
|
|
|
C69A8DEB23743AC80098FA26 /* ChatMsgDetailChatInfoVC.m in Sources */,
|
|
|
C75ACEE3236AAE9300CB6374 /* MyTDGroupView.m in Sources */,
|
|
|
+ EBDE08C324582BA6005D426C /* CommonListCell.m in Sources */,
|
|
|
EB0BBB7C23D2978F005C850C /* ChatMsgNoticeSearchVC.m in Sources */,
|
|
|
C625AA91236FCDEE0010E967 /* ChatMsgSearchResultVC.m in Sources */,
|
|
|
C69A8DE02374050D0098FA26 /* ChatMsgDetailChatVC.m in Sources */,
|
|
@@ -8055,6 +8125,7 @@
|
|
|
C625AA6A236D9D990010E967 /* ChatMsgListCell.m in Sources */,
|
|
|
C703800B23700CA7008EA3E4 /* MyApprovalPageDetail.m in Sources */,
|
|
|
C7AB8448235EFC6700F2363F /* UILabel+TD.m in Sources */,
|
|
|
+ EBDE08C7245837BF005D426C /* CommonListModel.m in Sources */,
|
|
|
324D963123A3887100C7D9E8 /* MyFavoriteModel.m in Sources */,
|
|
|
C7799F1B23AB991100270988 /* WorkFlowPersonnelListHeadView.m in Sources */,
|
|
|
C75ACEE0236AAE8A00CB6374 /* MyTDGroupCell.m in Sources */,
|
|
@@ -8297,6 +8368,7 @@
|
|
|
C7235186238244B20037E4F6 /* ArticleBlocks.m in Sources */,
|
|
|
EB09BF2D23B1A32B001CCBC7 /* WaitWorkLabelModel.m in Sources */,
|
|
|
C7D6BC92235DA1CE00770E7C /* ClubApplicationViewController.m in Sources */,
|
|
|
+ EBDE08BB2458203A005D426C /* CommonBarCell.m in Sources */,
|
|
|
C751012C2383A02F00E4429B /* FormFields.m in Sources */,
|
|
|
C59D0C0923825DE1007D0760 /* UIImageView+YYWebImage.m in Sources */,
|
|
|
C625AA82236FBF670010E967 /* YCMenuView.m in Sources */,
|
|
@@ -8390,6 +8462,7 @@
|
|
|
EBC64DD123C6B78D00558368 /* SelectSaveVC.m in Sources */,
|
|
|
3264782623BF0B9600E0DC2D /* ArtticleComentCell.m in Sources */,
|
|
|
EB0F64D923AA529400AD56A0 /* TopicListSubModel.m in Sources */,
|
|
|
+ EBDE08B02458179B005D426C /* CommonHomeVC.m in Sources */,
|
|
|
C59D0C3623825DE1007D0760 /* NSData+YYAdd.m in Sources */,
|
|
|
C7743F9D23A8B2D800973D70 /* WorkFlowHomeCell.m in Sources */,
|
|
|
EBF2D55423C2E8A000EC35C4 /* MHComment.m in Sources */,
|
|
@@ -8454,6 +8527,7 @@
|
|
|
C72F3901236DADDC00933828 /* SettingVC.m in Sources */,
|
|
|
EB440FD423A36D4C006BCB95 /* TDGroupInfoChangeVc.m in Sources */,
|
|
|
EB8E2D20239666A900CDFBDA /* EMSearchViewController.m in Sources */,
|
|
|
+ EBDE08BF24582163005D426C /* CommonBarModel.m in Sources */,
|
|
|
C59D0C0A23825DE1007D0760 /* MKAnnotationView+YYWebImage.m in Sources */,
|
|
|
C752D20E2375118700913F97 /* AgreeApprovalViewController.m in Sources */,
|
|
|
C74BCC6F238F611700169982 /* AddChannelController.m in Sources */,
|