|
@@ -370,6 +370,13 @@
|
|
|
BC0D95142AC2752400E54D3F /* UIViewController+KSExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0D95132AC2752400E54D3F /* UIViewController+KSExtension.m */; };
|
|
|
BC0D95182AC280CA00E54D3F /* KSWebLoadRefreshView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC0D95162AC280CA00E54D3F /* KSWebLoadRefreshView.xib */; };
|
|
|
BC0D95192AC280CB00E54D3F /* KSWebLoadRefreshView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0D95172AC280CA00E54D3F /* KSWebLoadRefreshView.m */; };
|
|
|
+ BC0D95262AC2AA0900E54D3F /* NewPwdModifyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0D95252AC2AA0900E54D3F /* NewPwdModifyViewController.m */; };
|
|
|
+ BC0D952E2AC2AA6F00E54D3F /* ForgetPasswordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0D952D2AC2AA6F00E54D3F /* ForgetPasswordViewController.m */; };
|
|
|
+ BC0D95312AC2AA9900E54D3F /* ForgetPasswordBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0D95302AC2AA9900E54D3F /* ForgetPasswordBodyView.m */; };
|
|
|
+ BC0D95332AC2AAA400E54D3F /* ForgetPasswordBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC0D95322AC2AAA400E54D3F /* ForgetPasswordBodyView.xib */; };
|
|
|
+ BC0D95362AC2AAEC00E54D3F /* PasswordCheckViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0D95352AC2AAEC00E54D3F /* PasswordCheckViewController.m */; };
|
|
|
+ BC0D95392AC2AB0D00E54D3F /* PasswordModifyBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0D95382AC2AB0D00E54D3F /* PasswordModifyBodyView.m */; };
|
|
|
+ BC0D953B2AC2AB1500E54D3F /* PasswordModifyBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC0D953A2AC2AB1500E54D3F /* PasswordModifyBodyView.xib */; };
|
|
|
BC106BC52A9336F8000759A9 /* TXLiveRoomViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC106BC42A9336F8000759A9 /* TXLiveRoomViewController.m */; };
|
|
|
BC106BFE2A933829000759A9 /* TXMicStatusSync.m in Sources */ = {isa = PBXBuildFile; fileRef = BC106BC62A93381C000759A9 /* TXMicStatusSync.m */; };
|
|
|
BC106BFF2A933829000759A9 /* TXLiveMessageCardMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = BC106BC92A93381D000759A9 /* TXLiveMessageCardMessage.m */; };
|
|
@@ -690,6 +697,8 @@
|
|
|
BC802DBA28BC8C810079E350 /* HomeHotVideoCourseView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC802DB928BC8C810079E350 /* HomeHotVideoCourseView.xib */; };
|
|
|
BC802DBD28BC8E2C0079E350 /* HomeHotLiveCourseView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC802DBC28BC8E2C0079E350 /* HomeHotLiveCourseView.m */; };
|
|
|
BC802DBF28BC8E350079E350 /* HomeHotLiveCourseView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC802DBE28BC8E350079E350 /* HomeHotLiveCourseView.xib */; };
|
|
|
+ BC84183F2AC2D96600D8F90E /* PasswordCheckBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC84183E2AC2D96600D8F90E /* PasswordCheckBodyView.m */; };
|
|
|
+ BC8418412AC2D96C00D8F90E /* PasswordCheckBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC8418402AC2D96C00D8F90E /* PasswordCheckBodyView.xib */; };
|
|
|
BC89AC092AB0840E00B077AF /* TenantRecommendMusicView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC89AC082AB0840E00B077AF /* TenantRecommendMusicView.m */; };
|
|
|
BC89AC0B2AB0841400B077AF /* TenantRecommendMusicView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC89AC0A2AB0841400B077AF /* TenantRecommendMusicView.xib */; };
|
|
|
BC89AC0E2AB0842B00B077AF /* TenantNewMusicView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC89AC0D2AB0842B00B077AF /* TenantNewMusicView.m */; };
|
|
@@ -1808,6 +1817,18 @@
|
|
|
BC0D95152AC280CA00E54D3F /* KSWebLoadRefreshView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KSWebLoadRefreshView.h; sourceTree = "<group>"; };
|
|
|
BC0D95162AC280CA00E54D3F /* KSWebLoadRefreshView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = KSWebLoadRefreshView.xib; sourceTree = "<group>"; };
|
|
|
BC0D95172AC280CA00E54D3F /* KSWebLoadRefreshView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KSWebLoadRefreshView.m; sourceTree = "<group>"; };
|
|
|
+ BC0D95242AC2AA0900E54D3F /* NewPwdModifyViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NewPwdModifyViewController.h; sourceTree = "<group>"; };
|
|
|
+ BC0D95252AC2AA0900E54D3F /* NewPwdModifyViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NewPwdModifyViewController.m; sourceTree = "<group>"; };
|
|
|
+ BC0D952C2AC2AA6F00E54D3F /* ForgetPasswordViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ForgetPasswordViewController.h; sourceTree = "<group>"; };
|
|
|
+ BC0D952D2AC2AA6F00E54D3F /* ForgetPasswordViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ForgetPasswordViewController.m; sourceTree = "<group>"; };
|
|
|
+ BC0D952F2AC2AA9900E54D3F /* ForgetPasswordBodyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ForgetPasswordBodyView.h; sourceTree = "<group>"; };
|
|
|
+ BC0D95302AC2AA9900E54D3F /* ForgetPasswordBodyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ForgetPasswordBodyView.m; sourceTree = "<group>"; };
|
|
|
+ BC0D95322AC2AAA400E54D3F /* ForgetPasswordBodyView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ForgetPasswordBodyView.xib; sourceTree = "<group>"; };
|
|
|
+ BC0D95342AC2AAEC00E54D3F /* PasswordCheckViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PasswordCheckViewController.h; sourceTree = "<group>"; };
|
|
|
+ BC0D95352AC2AAEC00E54D3F /* PasswordCheckViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PasswordCheckViewController.m; sourceTree = "<group>"; };
|
|
|
+ BC0D95372AC2AB0D00E54D3F /* PasswordModifyBodyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PasswordModifyBodyView.h; sourceTree = "<group>"; };
|
|
|
+ BC0D95382AC2AB0D00E54D3F /* PasswordModifyBodyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PasswordModifyBodyView.m; sourceTree = "<group>"; };
|
|
|
+ BC0D953A2AC2AB1500E54D3F /* PasswordModifyBodyView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PasswordModifyBodyView.xib; sourceTree = "<group>"; };
|
|
|
BC106BC32A9336F8000759A9 /* TXLiveRoomViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TXLiveRoomViewController.h; sourceTree = "<group>"; };
|
|
|
BC106BC42A9336F8000759A9 /* TXLiveRoomViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TXLiveRoomViewController.m; sourceTree = "<group>"; };
|
|
|
BC106BC62A93381C000759A9 /* TXMicStatusSync.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TXMicStatusSync.m; sourceTree = "<group>"; };
|
|
@@ -2308,6 +2329,9 @@
|
|
|
BC802DBB28BC8E2C0079E350 /* HomeHotLiveCourseView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeHotLiveCourseView.h; sourceTree = "<group>"; };
|
|
|
BC802DBC28BC8E2C0079E350 /* HomeHotLiveCourseView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeHotLiveCourseView.m; sourceTree = "<group>"; };
|
|
|
BC802DBE28BC8E350079E350 /* HomeHotLiveCourseView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeHotLiveCourseView.xib; sourceTree = "<group>"; };
|
|
|
+ BC84183D2AC2D96600D8F90E /* PasswordCheckBodyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PasswordCheckBodyView.h; sourceTree = "<group>"; };
|
|
|
+ BC84183E2AC2D96600D8F90E /* PasswordCheckBodyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PasswordCheckBodyView.m; sourceTree = "<group>"; };
|
|
|
+ BC8418402AC2D96C00D8F90E /* PasswordCheckBodyView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PasswordCheckBodyView.xib; sourceTree = "<group>"; };
|
|
|
BC89AC072AB0840E00B077AF /* TenantRecommendMusicView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TenantRecommendMusicView.h; sourceTree = "<group>"; };
|
|
|
BC89AC082AB0840E00B077AF /* TenantRecommendMusicView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TenantRecommendMusicView.m; sourceTree = "<group>"; };
|
|
|
BC89AC0A2AB0841400B077AF /* TenantRecommendMusicView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TenantRecommendMusicView.xib; sourceTree = "<group>"; };
|
|
@@ -4551,6 +4575,7 @@
|
|
|
27F9032427E87C2E00C08A19 /* Controller */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BC0D95222AC2A9D400E54D3F /* PasswordModify */,
|
|
|
27F9032527E87C2E00C08A19 /* SettingViewController.h */,
|
|
|
27F9032627E87C2E00C08A19 /* SettingViewController.m */,
|
|
|
2723B67427F15D3600E0B90B /* AboutUsViewController.h */,
|
|
@@ -4576,6 +4601,7 @@
|
|
|
27F9032827E87C2E00C08A19 /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BC0D95232AC2A9EE00E54D3F /* PasswordModify */,
|
|
|
2723B65027F15CF900E0B90B /* AboutUsBodyView.h */,
|
|
|
2723B65327F15CF900E0B90B /* AboutUsBodyView.m */,
|
|
|
2723B66027F15CFB00E0B90B /* AboutUsBodyView.xib */,
|
|
@@ -4639,6 +4665,35 @@
|
|
|
path = AnimationView;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BC0D95222AC2A9D400E54D3F /* PasswordModify */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BC0D95342AC2AAEC00E54D3F /* PasswordCheckViewController.h */,
|
|
|
+ BC0D95352AC2AAEC00E54D3F /* PasswordCheckViewController.m */,
|
|
|
+ BC0D95242AC2AA0900E54D3F /* NewPwdModifyViewController.h */,
|
|
|
+ BC0D95252AC2AA0900E54D3F /* NewPwdModifyViewController.m */,
|
|
|
+ BC0D952C2AC2AA6F00E54D3F /* ForgetPasswordViewController.h */,
|
|
|
+ BC0D952D2AC2AA6F00E54D3F /* ForgetPasswordViewController.m */,
|
|
|
+ );
|
|
|
+ path = PasswordModify;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BC0D95232AC2A9EE00E54D3F /* PasswordModify */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BC0D952F2AC2AA9900E54D3F /* ForgetPasswordBodyView.h */,
|
|
|
+ BC0D95302AC2AA9900E54D3F /* ForgetPasswordBodyView.m */,
|
|
|
+ BC0D95322AC2AAA400E54D3F /* ForgetPasswordBodyView.xib */,
|
|
|
+ BC0D95372AC2AB0D00E54D3F /* PasswordModifyBodyView.h */,
|
|
|
+ BC0D95382AC2AB0D00E54D3F /* PasswordModifyBodyView.m */,
|
|
|
+ BC0D953A2AC2AB1500E54D3F /* PasswordModifyBodyView.xib */,
|
|
|
+ BC84183D2AC2D96600D8F90E /* PasswordCheckBodyView.h */,
|
|
|
+ BC84183E2AC2D96600D8F90E /* PasswordCheckBodyView.m */,
|
|
|
+ BC8418402AC2D96C00D8F90E /* PasswordCheckBodyView.xib */,
|
|
|
+ );
|
|
|
+ path = PasswordModify;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BC106BBE2A933688000759A9 /* TXLive */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -7246,6 +7301,7 @@
|
|
|
2723B66A27F15CFC00E0B90B /* PhoneChangeBodyView.xib in Resources */,
|
|
|
BCC0F6662A8CD8F500C4EFA4 /* TXDanChatCell.xib in Resources */,
|
|
|
BCFDA65728BCA2000022B497 /* musicRoom_animation.json in Resources */,
|
|
|
+ BC8418412AC2D96C00D8F90E /* PasswordCheckBodyView.xib in Resources */,
|
|
|
BCC0F6622A8CD8F500C4EFA4 /* MainDisplayView.xib in Resources */,
|
|
|
BC71D278288804CD0010F14B /* img_20.png in Resources */,
|
|
|
BC71D247288804CD0010F14B /* img_0.png in Resources */,
|
|
@@ -7255,6 +7311,7 @@
|
|
|
BCED1596293D941200266AEB /* banzou.mp3 in Resources */,
|
|
|
BC736A93288036E8004A9B0A /* MyVideoSearchView.xib in Resources */,
|
|
|
BCC583C528A9EC6400BAB4CF /* cloud_animation_17.png in Resources */,
|
|
|
+ BC0D953B2AC2AB1500E54D3F /* PasswordModifyBodyView.xib in Resources */,
|
|
|
BCC583CE28A9EC6400BAB4CF /* cloud_animation_0.png in Resources */,
|
|
|
BCFE53ED2812897600AD6786 /* HomeLiveCouseCell.xib in Resources */,
|
|
|
BC71D256288804CD0010F14B /* img_14.png in Resources */,
|
|
@@ -7282,6 +7339,7 @@
|
|
|
27F9032E27E87C2E00C08A19 /* DeviceCheckView.xib in Resources */,
|
|
|
275FA23727E7356B00CFEA2E /* LoginBodyView.xib in Resources */,
|
|
|
BCFDA65428BCA2000022B497 /* accomapny_animation_2.png in Resources */,
|
|
|
+ BC0D95332AC2AAA400E54D3F /* ForgetPasswordBodyView.xib in Resources */,
|
|
|
BC0D95182AC280CA00E54D3F /* KSWebLoadRefreshView.xib in Resources */,
|
|
|
BC71D273288804CD0010F14B /* img_33.png in Resources */,
|
|
|
BCC583C628A9EC6400BAB4CF /* cloud_animation_13.png in Resources */,
|
|
@@ -7691,6 +7749,7 @@
|
|
|
2779358D27E324A80010E277 /* DZNSegmentedControl.m in Sources */,
|
|
|
2779352027E324A60010E277 /* CALayer+Color.m in Sources */,
|
|
|
BC106C102A933829000759A9 /* TXLiveMessageUnBlockUser.m in Sources */,
|
|
|
+ BC84183F2AC2D96600D8F90E /* PasswordCheckBodyView.m in Sources */,
|
|
|
BCD457A1286313D70010B493 /* NotiferNavView.m in Sources */,
|
|
|
2723B62C27F157D500E0B90B /* ApplyBottomView.m in Sources */,
|
|
|
BC8A4595283DC33400094BBB /* GCDTimer.m in Sources */,
|
|
@@ -7731,6 +7790,7 @@
|
|
|
BCFEED7328F7F17C0078A2B7 /* TuningNavView.m in Sources */,
|
|
|
2723B62727F157D500E0B90B /* GroupMemberViewController.m in Sources */,
|
|
|
BC119216280ED6A900A716F7 /* MyLiveCourseCell.m in Sources */,
|
|
|
+ BC0D95392AC2AB0D00E54D3F /* PasswordModifyBodyView.m in Sources */,
|
|
|
2779353727E324A60010E277 /* UIImage+Color.m in Sources */,
|
|
|
2779353127E324A60010E277 /* NSString+Extension.m in Sources */,
|
|
|
2779353F27E324A60010E277 /* UIView+KSLayer.m in Sources */,
|
|
@@ -7751,6 +7811,7 @@
|
|
|
BC106C092A933829000759A9 /* TXLiveMessageUserQuit.m in Sources */,
|
|
|
BCC0F66D2A8CD8F500C4EFA4 /* ClassRoomTitleButton.m in Sources */,
|
|
|
2779354227E324A60010E277 /* UIImage+ResizeImage.m in Sources */,
|
|
|
+ BC0D95362AC2AAEC00E54D3F /* PasswordCheckViewController.m in Sources */,
|
|
|
277935B327E324A90010E277 /* FSCalendarCollectionView.m in Sources */,
|
|
|
2779352727E324A60010E277 /* NSArray+zh_SafeAccess.m in Sources */,
|
|
|
BCB9FA46286EDCD7005D766B /* KSTipsAlert.m in Sources */,
|
|
@@ -8105,6 +8166,7 @@
|
|
|
BCC0F6062A8CD86C00C4EFA4 /* TXClassroomDisplayMsg.m in Sources */,
|
|
|
BC2888752A8101C80064B773 /* KSSearchResultListController.m in Sources */,
|
|
|
2723B66D27F15CFC00E0B90B /* ModifyNameBodyView.m in Sources */,
|
|
|
+ BC0D95262AC2AA0900E54D3F /* NewPwdModifyViewController.m in Sources */,
|
|
|
BC8A459D283DC33400094BBB /* KSParseMessageModel.m in Sources */,
|
|
|
BC9AA0BA2ABC288000CD954D /* ChatComplainBottomView.m in Sources */,
|
|
|
275FA23327E7356B00CFEA2E /* VefiCodeLoginController.m in Sources */,
|
|
@@ -8156,6 +8218,7 @@
|
|
|
BC5557CA2AA826C700BA4CAD /* UIButton+KSDelayAction.m in Sources */,
|
|
|
BC28885C2A80F9880064B773 /* AppDelegate+AppService.m in Sources */,
|
|
|
2779357C27E324A70010E277 /* NSString+MD5.m in Sources */,
|
|
|
+ BC0D952E2AC2AA6F00E54D3F /* ForgetPasswordViewController.m in Sources */,
|
|
|
BC106C112A933829000759A9 /* TXConstMessage.m in Sources */,
|
|
|
2779355D27E324A70010E277 /* KSHoldButton.m in Sources */,
|
|
|
2723B62027F157D500E0B90B /* GroupNoticeCell.m in Sources */,
|
|
@@ -8167,6 +8230,7 @@
|
|
|
2779353D27E324A60010E277 /* UIScrollView+KSTouch.m in Sources */,
|
|
|
275FA23927E7356B00CFEA2E /* FirstSettingBodyView.m in Sources */,
|
|
|
BCB5B3092ABC1341005BF25D /* KSImageDisplayView.m in Sources */,
|
|
|
+ BC0D95312AC2AA9900E54D3F /* ForgetPasswordBodyView.m in Sources */,
|
|
|
BCC0F6712A8CD8F500C4EFA4 /* TXMainToolView.m in Sources */,
|
|
|
BC7663172827E49900C91A1D /* NotiferMessageCell.m in Sources */,
|
|
|
BC8A45A7283DC33400094BBB /* CloudControlButton.m in Sources */,
|