|
@@ -212,6 +212,18 @@
|
|
|
C482C3101F0CAE7300EF2B71 /* TradeTopBarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C30F1F0CAE7300EF2B71 /* TradeTopBarItem.m */; };
|
|
|
C482C3131F0CD37E00EF2B71 /* SocialTopTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C3121F0CD37E00EF2B71 /* SocialTopTableViewCell.m */; };
|
|
|
C482C3161F0DD21500EF2B71 /* GroupCardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C3151F0DD21500EF2B71 /* GroupCardViewController.m */; };
|
|
|
+ C482C3191F10A00900EF2B71 /* GroupInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C3181F10A00900EF2B71 /* GroupInfoViewController.m */; };
|
|
|
+ C482C31D1F13354600EF2B71 /* GroupNameTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C31C1F13354600EF2B71 /* GroupNameTableViewCell.m */; };
|
|
|
+ C482C3201F13534700EF2B71 /* GroupDescTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C31F1F13534700EF2B71 /* GroupDescTableViewCell.m */; };
|
|
|
+ C482C3231F13577200EF2B71 /* GroupIntroViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C3221F13577200EF2B71 /* GroupIntroViewController.m */; };
|
|
|
+ C482C3261F135D0600EF2B71 /* GroupMenberCountTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C3251F135D0600EF2B71 /* GroupMenberCountTableViewCell.m */; };
|
|
|
+ C482C3291F13652C00EF2B71 /* GroupMenberTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C3281F13652C00EF2B71 /* GroupMenberTableViewCell.m */; };
|
|
|
+ C482C32C1F13686A00EF2B71 /* GroupMenberIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C32B1F13686A00EF2B71 /* GroupMenberIcon.m */; };
|
|
|
+ C482C32F1F13716A00EF2B71 /* GroupToogleTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C32E1F13716A00EF2B71 /* GroupToogleTableViewCell.m */; };
|
|
|
+ C482C3321F14749800EF2B71 /* TradeUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C3311F14749800EF2B71 /* TradeUtil.m */; };
|
|
|
+ C482C3351F14817500EF2B71 /* TradeDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C3341F14817500EF2B71 /* TradeDetailViewController.m */; };
|
|
|
+ C482C3381F14B32300EF2B71 /* TradeModifyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C3371F14B32300EF2B71 /* TradeModifyViewController.m */; };
|
|
|
+ C482C33B1F14B43A00EF2B71 /* TradeModifyImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = C482C33A1F14B43A00EF2B71 /* TradeModifyImageView.m */; };
|
|
|
C4A734601EE6BBD300D6489D /* GroupMoreTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C4A7345F1EE6BBD300D6489D /* GroupMoreTableViewController.m */; };
|
|
|
C4A734631EE6D4DE00D6489D /* GroupMoreTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C4A734621EE6D4DE00D6489D /* GroupMoreTableViewCell.m */; };
|
|
|
C4A7D3661EE803E7009B5849 /* FriendViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C4A7D3651EE803E6009B5849 /* FriendViewController.m */; };
|
|
@@ -638,6 +650,30 @@
|
|
|
C482C3121F0CD37E00EF2B71 /* SocialTopTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SocialTopTableViewCell.m; sourceTree = "<group>"; };
|
|
|
C482C3141F0DD21500EF2B71 /* GroupCardViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupCardViewController.h; sourceTree = "<group>"; };
|
|
|
C482C3151F0DD21500EF2B71 /* GroupCardViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupCardViewController.m; sourceTree = "<group>"; };
|
|
|
+ C482C3171F10A00900EF2B71 /* GroupInfoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupInfoViewController.h; sourceTree = "<group>"; };
|
|
|
+ C482C3181F10A00900EF2B71 /* GroupInfoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupInfoViewController.m; sourceTree = "<group>"; };
|
|
|
+ C482C31B1F13354600EF2B71 /* GroupNameTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupNameTableViewCell.h; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupNameTableViewCell.h; sourceTree = "<group>"; };
|
|
|
+ C482C31C1F13354600EF2B71 /* GroupNameTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupNameTableViewCell.m; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupNameTableViewCell.m; sourceTree = "<group>"; };
|
|
|
+ C482C31E1F13534700EF2B71 /* GroupDescTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupDescTableViewCell.h; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupDescTableViewCell.h; sourceTree = "<group>"; };
|
|
|
+ C482C31F1F13534700EF2B71 /* GroupDescTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupDescTableViewCell.m; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupDescTableViewCell.m; sourceTree = "<group>"; };
|
|
|
+ C482C3211F13577200EF2B71 /* GroupIntroViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupIntroViewController.h; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupIntroViewController.h; sourceTree = "<group>"; };
|
|
|
+ C482C3221F13577200EF2B71 /* GroupIntroViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupIntroViewController.m; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupIntroViewController.m; sourceTree = "<group>"; };
|
|
|
+ C482C3241F135D0600EF2B71 /* GroupMenberCountTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupMenberCountTableViewCell.h; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupMenberCountTableViewCell.h; sourceTree = "<group>"; };
|
|
|
+ C482C3251F135D0600EF2B71 /* GroupMenberCountTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupMenberCountTableViewCell.m; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupMenberCountTableViewCell.m; sourceTree = "<group>"; };
|
|
|
+ C482C3271F13652C00EF2B71 /* GroupMenberTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupMenberTableViewCell.h; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupMenberTableViewCell.h; sourceTree = "<group>"; };
|
|
|
+ C482C3281F13652C00EF2B71 /* GroupMenberTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupMenberTableViewCell.m; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupMenberTableViewCell.m; sourceTree = "<group>"; };
|
|
|
+ C482C32A1F13686A00EF2B71 /* GroupMenberIcon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupMenberIcon.h; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupMenberIcon.h; sourceTree = "<group>"; };
|
|
|
+ C482C32B1F13686A00EF2B71 /* GroupMenberIcon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupMenberIcon.m; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupMenberIcon.m; sourceTree = "<group>"; };
|
|
|
+ C482C32D1F13716A00EF2B71 /* GroupToogleTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupToogleTableViewCell.h; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupToogleTableViewCell.h; sourceTree = "<group>"; };
|
|
|
+ C482C32E1F13716A00EF2B71 /* GroupToogleTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupToogleTableViewCell.m; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionGroup/GroupToogleTableViewCell.m; sourceTree = "<group>"; };
|
|
|
+ C482C3301F14749800EF2B71 /* TradeUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TradeUtil.h; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionTrade/TradeUtil.h; sourceTree = "<group>"; };
|
|
|
+ C482C3311F14749800EF2B71 /* TradeUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TradeUtil.m; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionTrade/TradeUtil.m; sourceTree = "<group>"; };
|
|
|
+ C482C3331F14817500EF2B71 /* TradeDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TradeDetailViewController.h; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionTrade/TradeDetailViewController.h; sourceTree = "<group>"; };
|
|
|
+ C482C3341F14817500EF2B71 /* TradeDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TradeDetailViewController.m; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionTrade/TradeDetailViewController.m; sourceTree = "<group>"; };
|
|
|
+ C482C3361F14B32300EF2B71 /* TradeModifyViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TradeModifyViewController.h; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionTrade/TradeModifyViewController.h; sourceTree = "<group>"; };
|
|
|
+ C482C3371F14B32300EF2B71 /* TradeModifyViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TradeModifyViewController.m; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionTrade/TradeModifyViewController.m; sourceTree = "<group>"; };
|
|
|
+ C482C3391F14B43A00EF2B71 /* TradeModifyImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TradeModifyImageView.h; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionTrade/TradeModifyImageView.h; sourceTree = "<group>"; };
|
|
|
+ C482C33A1F14B43A00EF2B71 /* TradeModifyImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TradeModifyImageView.m; path = ../../../../../fenix/XCode_Project/NIM_iOS_Demo_v3/NIMDemo/NIMDemo/SectionTrade/TradeModifyImageView.m; sourceTree = "<group>"; };
|
|
|
C4A7345E1EE6BBD300D6489D /* GroupMoreTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupMoreTableViewController.h; sourceTree = "<group>"; };
|
|
|
C4A7345F1EE6BBD300D6489D /* GroupMoreTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupMoreTableViewController.m; sourceTree = "<group>"; };
|
|
|
C4A734611EE6D4DE00D6489D /* GroupMoreTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupMoreTableViewCell.h; sourceTree = "<group>"; };
|
|
@@ -1717,10 +1753,37 @@
|
|
|
C482C3031F0A7E8400EF2B71 /* MyTradeViewController.m */,
|
|
|
C482C3051F0B389400EF2B71 /* MyTradeTableViewCell.h */,
|
|
|
C482C3061F0B389400EF2B71 /* MyTradeTableViewCell.m */,
|
|
|
+ C482C3301F14749800EF2B71 /* TradeUtil.h */,
|
|
|
+ C482C3311F14749800EF2B71 /* TradeUtil.m */,
|
|
|
+ C482C3331F14817500EF2B71 /* TradeDetailViewController.h */,
|
|
|
+ C482C3341F14817500EF2B71 /* TradeDetailViewController.m */,
|
|
|
+ C482C3361F14B32300EF2B71 /* TradeModifyViewController.h */,
|
|
|
+ C482C3371F14B32300EF2B71 /* TradeModifyViewController.m */,
|
|
|
+ C482C3391F14B43A00EF2B71 /* TradeModifyImageView.h */,
|
|
|
+ C482C33A1F14B43A00EF2B71 /* TradeModifyImageView.m */,
|
|
|
);
|
|
|
name = SectionTrade;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ C482C31A1F13349700EF2B71 /* GroupCell */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ C482C31B1F13354600EF2B71 /* GroupNameTableViewCell.h */,
|
|
|
+ C482C31C1F13354600EF2B71 /* GroupNameTableViewCell.m */,
|
|
|
+ C482C31E1F13534700EF2B71 /* GroupDescTableViewCell.h */,
|
|
|
+ C482C31F1F13534700EF2B71 /* GroupDescTableViewCell.m */,
|
|
|
+ C482C3241F135D0600EF2B71 /* GroupMenberCountTableViewCell.h */,
|
|
|
+ C482C3251F135D0600EF2B71 /* GroupMenberCountTableViewCell.m */,
|
|
|
+ C482C3271F13652C00EF2B71 /* GroupMenberTableViewCell.h */,
|
|
|
+ C482C3281F13652C00EF2B71 /* GroupMenberTableViewCell.m */,
|
|
|
+ C482C32A1F13686A00EF2B71 /* GroupMenberIcon.h */,
|
|
|
+ C482C32B1F13686A00EF2B71 /* GroupMenberIcon.m */,
|
|
|
+ C482C32D1F13716A00EF2B71 /* GroupToogleTableViewCell.h */,
|
|
|
+ C482C32E1F13716A00EF2B71 /* GroupToogleTableViewCell.m */,
|
|
|
+ );
|
|
|
+ name = GroupCell;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
C4A7D3631EE80338009B5849 /* SectionFriend */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -1791,6 +1854,7 @@
|
|
|
C4D8F14A1ED486F2002F9F3A /* SectionGroup */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ C482C31A1F13349700EF2B71 /* GroupCell */,
|
|
|
C4D4C9381ED7C3DE00ADD7B7 /* CreateGroupViewController.h */,
|
|
|
C4D4C9391ED7C3DE00ADD7B7 /* CreateGroupViewController.m */,
|
|
|
C4D4C93A1ED7C3DE00ADD7B7 /* GroupTableController.h */,
|
|
@@ -1805,6 +1869,10 @@
|
|
|
C4A734621EE6D4DE00D6489D /* GroupMoreTableViewCell.m */,
|
|
|
C482C3141F0DD21500EF2B71 /* GroupCardViewController.h */,
|
|
|
C482C3151F0DD21500EF2B71 /* GroupCardViewController.m */,
|
|
|
+ C482C3171F10A00900EF2B71 /* GroupInfoViewController.h */,
|
|
|
+ C482C3181F10A00900EF2B71 /* GroupInfoViewController.m */,
|
|
|
+ C482C3211F13577200EF2B71 /* GroupIntroViewController.h */,
|
|
|
+ C482C3221F13577200EF2B71 /* GroupIntroViewController.m */,
|
|
|
);
|
|
|
name = SectionGroup;
|
|
|
sourceTree = "<group>";
|
|
@@ -2055,6 +2123,7 @@
|
|
|
6118F5A71C5A0FC1009AF01E /* UINavigationController+Swizzling.m in Sources */,
|
|
|
C4D4C9321ED7C37F00ADD7B7 /* AppDelegate.m in Sources */,
|
|
|
C4F1D0FE1F010E1D00A04B28 /* SocialCommentData.m in Sources */,
|
|
|
+ C482C3191F10A00900EF2B71 /* GroupInfoViewController.m in Sources */,
|
|
|
61E4719C1B7D9C8300F4A1BF /* NTESSessionViewController.m in Sources */,
|
|
|
61E4712F1B7D963E00F4A1BF /* NTESChartletAttachment.m in Sources */,
|
|
|
8351CB721E977D9000DF4866 /* NTESContactDataCell.m in Sources */,
|
|
@@ -2066,6 +2135,7 @@
|
|
|
6195CD201A8C4D3C00F3E239 /* NSString+NTES.m in Sources */,
|
|
|
61E4712A1B7D963E00F4A1BF /* NTESLoginViewController.m in Sources */,
|
|
|
61E471111B7D963E00F4A1BF /* NTESCustomSysNotificationSender.m in Sources */,
|
|
|
+ C482C3261F135D0600EF2B71 /* GroupMenberCountTableViewCell.m in Sources */,
|
|
|
61E471451B7D963E00F4A1BF /* NTESGalleryViewController.m in Sources */,
|
|
|
61E4715D1B7D963E00F4A1BF /* NTESClientsTableViewController.m in Sources */,
|
|
|
C4A734601EE6BBD300D6489D /* GroupMoreTableViewController.m in Sources */,
|
|
@@ -2082,6 +2152,7 @@
|
|
|
61E471941B7D96AA00F4A1BF /* NTESService.m in Sources */,
|
|
|
61E470F61B7D963E00F4A1BF /* NTESColorButtonCell.m in Sources */,
|
|
|
61518A561CA233BB0061C4A9 /* NTESDemoService.m in Sources */,
|
|
|
+ C482C32C1F13686A00EF2B71 /* GroupMenberIcon.m in Sources */,
|
|
|
C4D4C9361ED7C37F00ADD7B7 /* TabBarController.m in Sources */,
|
|
|
6110D8B51C24009D00805BA4 /* UIScrollView+NTESPullToRefresh.m in Sources */,
|
|
|
61EAD9151B82FEE9005DC715 /* NTESPersonalCardViewController.m in Sources */,
|
|
@@ -2098,6 +2169,7 @@
|
|
|
610B5FBF1BADCCCD001F7EFB /* NTESBirthPickerView.m in Sources */,
|
|
|
6173AEDB1BAAD03900854D49 /* NTESUserUtil.m in Sources */,
|
|
|
61E4714E1B7D963E00F4A1BF /* NTESWhiteboardDrawView.m in Sources */,
|
|
|
+ C482C31D1F13354600EF2B71 /* GroupNameTableViewCell.m in Sources */,
|
|
|
C4D8F12C1ED48657002F9F3A /* AFHTTPSessionManager.m in Sources */,
|
|
|
61DA56FF1B53E33F00828B8A /* UIImage+NTES.m in Sources */,
|
|
|
C4D8F12E1ED48657002F9F3A /* AFSecurityPolicy.m in Sources */,
|
|
@@ -2122,11 +2194,13 @@
|
|
|
BDB02D261E09172F00262A50 /* NTESNetDetectViewController.m in Sources */,
|
|
|
61AEC12A1BD69C6E00B00F02 /* NTESSessionCardViewController.m in Sources */,
|
|
|
61AF8CE11C55170900BFC84F /* UIScrollView+NTESDirection.m in Sources */,
|
|
|
+ C482C32F1F13716A00EF2B71 /* GroupToogleTableViewCell.m in Sources */,
|
|
|
6118F5A81C5A0FC1009AF01E /* UINavigationItem+Swizzling.m in Sources */,
|
|
|
C4A734631EE6D4DE00D6489D /* GroupMoreTableViewCell.m in Sources */,
|
|
|
C482C3041F0A7E8400EF2B71 /* MyTradeViewController.m in Sources */,
|
|
|
61E471231B7D963E00F4A1BF /* NTESSystemNotificationCell.m in Sources */,
|
|
|
61206EE71C1E607B009E4C78 /* NTESChatroomListCell.m in Sources */,
|
|
|
+ C482C3201F13534700EF2B71 /* GroupDescTableViewCell.m in Sources */,
|
|
|
61E471191B7D963E00F4A1BF /* NTESContactUtilCell.m in Sources */,
|
|
|
61E471661B7D963E00F4A1BF /* NTESSettingPortraitCell.m in Sources */,
|
|
|
C482C3161F0DD21500EF2B71 /* GroupCardViewController.m in Sources */,
|
|
@@ -2149,6 +2223,7 @@
|
|
|
61E471341B7D963E00F4A1BF /* NTESSessionMsgConverter.m in Sources */,
|
|
|
61EAD9121B82F275005DC715 /* NTESContactAddFriendViewController.m in Sources */,
|
|
|
61C2CE521C489F0D00D76104 /* NTESChatroomManager.m in Sources */,
|
|
|
+ C482C3231F13577200EF2B71 /* GroupIntroViewController.m in Sources */,
|
|
|
61E4713C1B7D963E00F4A1BF /* NTESSessionJankenponContentView.m in Sources */,
|
|
|
61E471971B7D96AA00F4A1BF /* NTESPinyinConverter.m in Sources */,
|
|
|
C4246CF41F075D58008CD291 /* TradeTableViewCell.m in Sources */,
|
|
@@ -2160,12 +2235,14 @@
|
|
|
C482C3071F0B389400EF2B71 /* MyTradeTableViewCell.m in Sources */,
|
|
|
61E4712C1B7D963E00F4A1BF /* NTESRegisterViewController.m in Sources */,
|
|
|
619087091BABE5D400F3A0C7 /* NTESDevice.m in Sources */,
|
|
|
+ C482C3321F14749800EF2B71 /* TradeUtil.m in Sources */,
|
|
|
61B5D7EB1C21331600B52DBF /* NTESPageView.m in Sources */,
|
|
|
C4D4C93D1ED7C3DE00ADD7B7 /* GroupTableController.m in Sources */,
|
|
|
C4F1D1571F0389AA00A04B28 /* ImagePagerViewController.m in Sources */,
|
|
|
61E4713D1B7D963E00F4A1BF /* NTESSessionSnapchatContentView.m in Sources */,
|
|
|
61E471281B7D963E00F4A1BF /* NTESLoginManager.m in Sources */,
|
|
|
612CACEE1BB1484C00C348B5 /* NTESContactDataMember.m in Sources */,
|
|
|
+ C482C3291F13652C00EF2B71 /* GroupMenberTableViewCell.m in Sources */,
|
|
|
61E471391B7D963E00F4A1BF /* NTESSearchMessageContentCell.m in Sources */,
|
|
|
6173AEC91BAAC6CB00854D49 /* NTESGenderSettingViewController.m in Sources */,
|
|
|
C482C3101F0CAE7300EF2B71 /* TradeTopBarItem.m in Sources */,
|
|
@@ -2233,6 +2310,7 @@
|
|
|
E48988EB1DE42391001CF6C5 /* NTESSessionCustomContentConfig.m in Sources */,
|
|
|
61E471211B7D963E00F4A1BF /* NTESCustomSysNotificationViewController.m in Sources */,
|
|
|
61E471311B7D963E00F4A1BF /* NTESJanKenPonAttachment.m in Sources */,
|
|
|
+ C482C3381F14B32300EF2B71 /* TradeModifyViewController.m in Sources */,
|
|
|
61E471981B7D96AA00F4A1BF /* NTESSpellingCenter.m in Sources */,
|
|
|
61FB27711C4E70AA0086E0EB /* NTESChatroomMaker.m in Sources */,
|
|
|
C482C30D1F0B923300EF2B71 /* NTESSessionGiftContentView.m in Sources */,
|
|
@@ -2245,7 +2323,9 @@
|
|
|
61EEE7731C22917400022315 /* NTESChatroomMemberListViewController.m in Sources */,
|
|
|
617D015D1AEDE03900C6DB77 /* UIImage+NTESColor.m in Sources */,
|
|
|
61EAD9081B82D0A2005DC715 /* NTESTextSettingCell.m in Sources */,
|
|
|
+ C482C33B1F14B43A00EF2B71 /* TradeModifyImageView.m in Sources */,
|
|
|
61E471361B7D963E00F4A1BF /* NTESWhiteboardAttachment.m in Sources */,
|
|
|
+ C482C3351F14817500EF2B71 /* TradeDetailViewController.m in Sources */,
|
|
|
E45E17811CA8CBA500C4ED69 /* NTESLogViewController.m in Sources */,
|
|
|
907DBE851E5C777300317C36 /* NTESRecordSelectView.m in Sources */,
|
|
|
61E471151B7D963E00F4A1BF /* NTESGroupedUsrInfo.m in Sources */,
|