|
@@ -863,6 +863,17 @@
|
|
|
BC81F0EA29232D01004106AF /* CoursewareListCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC81F0E829232D01004106AF /* CoursewareListCell.xib */; };
|
|
|
BC81F0ED29233220004106AF /* CoursewareSearchView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC81F0EC29233220004106AF /* CoursewareSearchView.m */; };
|
|
|
BC81F0EF29233228004106AF /* CoursewareSearchView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC81F0EE29233228004106AF /* CoursewareSearchView.xib */; };
|
|
|
+ BC84182D2AC2D82900D8F90E /* ForgetPasswordBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC8418242AC2D82900D8F90E /* ForgetPasswordBodyView.xib */; };
|
|
|
+ BC84182E2AC2D82900D8F90E /* PasswordModifyBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC8418252AC2D82900D8F90E /* PasswordModifyBodyView.xib */; };
|
|
|
+ BC84182F2AC2D82900D8F90E /* ForgetPasswordBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8418262AC2D82900D8F90E /* ForgetPasswordBodyView.m */; };
|
|
|
+ BC8418322AC2D82900D8F90E /* PasswordModifyBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC84182B2AC2D82900D8F90E /* PasswordModifyBodyView.m */; };
|
|
|
+ BC84183A2AC2D83700D8F90E /* NewPwdModifyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8418342AC2D83700D8F90E /* NewPwdModifyViewController.m */; };
|
|
|
+ BC84183B2AC2D83700D8F90E /* PasswordCheckViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8418362AC2D83700D8F90E /* PasswordCheckViewController.m */; };
|
|
|
+ BC84183C2AC2D83700D8F90E /* ForgetPasswordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8418392AC2D83700D8F90E /* ForgetPasswordViewController.m */; };
|
|
|
+ BC8418452AC2D9FB00D8F90E /* PasswordCheckBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC8418422AC2D9FB00D8F90E /* PasswordCheckBodyView.xib */; };
|
|
|
+ BC8418462AC2D9FB00D8F90E /* PasswordCheckBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8418442AC2D9FB00D8F90E /* PasswordCheckBodyView.m */; };
|
|
|
+ BC86CB172AC2E72000450EED /* KSNewConfirmAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC86CB162AC2E72000450EED /* KSNewConfirmAlertView.m */; };
|
|
|
+ BC86CB192AC2E72500450EED /* KSNewConfirmAlertView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC86CB182AC2E72500450EED /* KSNewConfirmAlertView.xib */; };
|
|
|
BC8831002873D26000C702A0 /* LiveVideoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8830FE2873D25F00C702A0 /* LiveVideoModel.m */; };
|
|
|
BC8831042873D67C00C702A0 /* LiveVideoCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8831022873D67C00C702A0 /* LiveVideoCollectionViewCell.m */; };
|
|
|
BC8831052873D67C00C702A0 /* LiveVideoCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC8831032873D67C00C702A0 /* LiveVideoCollectionViewCell.xib */; };
|
|
@@ -2695,6 +2706,24 @@
|
|
|
BC81F0EB29233220004106AF /* CoursewareSearchView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoursewareSearchView.h; sourceTree = "<group>"; };
|
|
|
BC81F0EC29233220004106AF /* CoursewareSearchView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CoursewareSearchView.m; sourceTree = "<group>"; };
|
|
|
BC81F0EE29233228004106AF /* CoursewareSearchView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CoursewareSearchView.xib; sourceTree = "<group>"; };
|
|
|
+ BC8418242AC2D82900D8F90E /* ForgetPasswordBodyView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ForgetPasswordBodyView.xib; sourceTree = "<group>"; };
|
|
|
+ BC8418252AC2D82900D8F90E /* PasswordModifyBodyView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PasswordModifyBodyView.xib; sourceTree = "<group>"; };
|
|
|
+ BC8418262AC2D82900D8F90E /* ForgetPasswordBodyView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ForgetPasswordBodyView.m; sourceTree = "<group>"; };
|
|
|
+ BC8418272AC2D82900D8F90E /* PasswordModifyBodyView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PasswordModifyBodyView.h; sourceTree = "<group>"; };
|
|
|
+ BC84182B2AC2D82900D8F90E /* PasswordModifyBodyView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PasswordModifyBodyView.m; sourceTree = "<group>"; };
|
|
|
+ BC84182C2AC2D82900D8F90E /* ForgetPasswordBodyView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ForgetPasswordBodyView.h; sourceTree = "<group>"; };
|
|
|
+ BC8418342AC2D83700D8F90E /* NewPwdModifyViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewPwdModifyViewController.m; sourceTree = "<group>"; };
|
|
|
+ BC8418352AC2D83700D8F90E /* ForgetPasswordViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ForgetPasswordViewController.h; sourceTree = "<group>"; };
|
|
|
+ BC8418362AC2D83700D8F90E /* PasswordCheckViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PasswordCheckViewController.m; sourceTree = "<group>"; };
|
|
|
+ BC8418372AC2D83700D8F90E /* NewPwdModifyViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewPwdModifyViewController.h; sourceTree = "<group>"; };
|
|
|
+ BC8418382AC2D83700D8F90E /* PasswordCheckViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PasswordCheckViewController.h; sourceTree = "<group>"; };
|
|
|
+ BC8418392AC2D83700D8F90E /* ForgetPasswordViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ForgetPasswordViewController.m; sourceTree = "<group>"; };
|
|
|
+ BC8418422AC2D9FB00D8F90E /* PasswordCheckBodyView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PasswordCheckBodyView.xib; sourceTree = "<group>"; };
|
|
|
+ BC8418432AC2D9FB00D8F90E /* PasswordCheckBodyView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PasswordCheckBodyView.h; sourceTree = "<group>"; };
|
|
|
+ BC8418442AC2D9FB00D8F90E /* PasswordCheckBodyView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PasswordCheckBodyView.m; sourceTree = "<group>"; };
|
|
|
+ BC86CB152AC2E72000450EED /* KSNewConfirmAlertView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KSNewConfirmAlertView.h; sourceTree = "<group>"; };
|
|
|
+ BC86CB162AC2E72000450EED /* KSNewConfirmAlertView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KSNewConfirmAlertView.m; sourceTree = "<group>"; };
|
|
|
+ BC86CB182AC2E72500450EED /* KSNewConfirmAlertView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = KSNewConfirmAlertView.xib; sourceTree = "<group>"; };
|
|
|
BC8830FE2873D25F00C702A0 /* LiveVideoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LiveVideoModel.m; sourceTree = "<group>"; };
|
|
|
BC8830FF2873D25F00C702A0 /* LiveVideoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LiveVideoModel.h; sourceTree = "<group>"; };
|
|
|
BC8831012873D67B00C702A0 /* LiveVideoCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LiveVideoCollectionViewCell.h; sourceTree = "<group>"; };
|
|
@@ -3690,6 +3719,9 @@
|
|
|
BC32E10A286AB31C001434DD /* KSPublicAlertView.h */,
|
|
|
BC32E10B286AB31C001434DD /* KSPublicAlertView.m */,
|
|
|
BC32E10D286AB326001434DD /* KSPublicAlertView.xib */,
|
|
|
+ BC86CB152AC2E72000450EED /* KSNewConfirmAlertView.h */,
|
|
|
+ BC86CB162AC2E72000450EED /* KSNewConfirmAlertView.m */,
|
|
|
+ BC86CB182AC2E72500450EED /* KSNewConfirmAlertView.xib */,
|
|
|
);
|
|
|
path = Base;
|
|
|
sourceTree = "<group>";
|
|
@@ -4833,6 +4865,7 @@
|
|
|
27F902EB27E8613D00C08A19 /* Setting */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BC8418332AC2D83700D8F90E /* PasswordModify */,
|
|
|
BC60E3B7287D293600B05441 /* DeleteAccount */,
|
|
|
27F902EC27E8613D00C08A19 /* Controller */,
|
|
|
27F902ED27E8613D00C08A19 /* Model */,
|
|
@@ -4880,6 +4913,7 @@
|
|
|
27F902EE27E8613D00C08A19 /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BC8418232AC2D82900D8F90E /* PasswordModify */,
|
|
|
BC14E4772AB2E887000C4983 /* UnbindView */,
|
|
|
273C759C27E9680C00F7C26F /* SettingBodyView.h */,
|
|
|
273C759D27E9680C00F7C26F /* SettingBodyView.m */,
|
|
@@ -6738,6 +6772,35 @@
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BC8418232AC2D82900D8F90E /* PasswordModify */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BC8418432AC2D9FB00D8F90E /* PasswordCheckBodyView.h */,
|
|
|
+ BC8418442AC2D9FB00D8F90E /* PasswordCheckBodyView.m */,
|
|
|
+ BC8418422AC2D9FB00D8F90E /* PasswordCheckBodyView.xib */,
|
|
|
+ BC84182C2AC2D82900D8F90E /* ForgetPasswordBodyView.h */,
|
|
|
+ BC8418262AC2D82900D8F90E /* ForgetPasswordBodyView.m */,
|
|
|
+ BC8418242AC2D82900D8F90E /* ForgetPasswordBodyView.xib */,
|
|
|
+ BC8418272AC2D82900D8F90E /* PasswordModifyBodyView.h */,
|
|
|
+ BC84182B2AC2D82900D8F90E /* PasswordModifyBodyView.m */,
|
|
|
+ BC8418252AC2D82900D8F90E /* PasswordModifyBodyView.xib */,
|
|
|
+ );
|
|
|
+ path = PasswordModify;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BC8418332AC2D83700D8F90E /* PasswordModify */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BC8418352AC2D83700D8F90E /* ForgetPasswordViewController.h */,
|
|
|
+ BC8418392AC2D83700D8F90E /* ForgetPasswordViewController.m */,
|
|
|
+ BC8418372AC2D83700D8F90E /* NewPwdModifyViewController.h */,
|
|
|
+ BC8418342AC2D83700D8F90E /* NewPwdModifyViewController.m */,
|
|
|
+ BC8418382AC2D83700D8F90E /* PasswordCheckViewController.h */,
|
|
|
+ BC8418362AC2D83700D8F90E /* PasswordCheckViewController.m */,
|
|
|
+ );
|
|
|
+ path = PasswordModify;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BC8B641828F3E8D800A08D16 /* AwardAlert */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -7858,6 +7921,7 @@
|
|
|
275E8A7727E18F2800DD3F6E /* LaunchScreen.storyboard in Resources */,
|
|
|
277932B427E30FFE0010E277 /* SDQWMaskCustomView.xib in Resources */,
|
|
|
BCC5840C28A9FA8100BAB4CF /* cloud_animation_5.png in Resources */,
|
|
|
+ BC8418452AC2D9FB00D8F90E /* PasswordCheckBodyView.xib in Resources */,
|
|
|
BCE6A09127F823BE00C97704 /* LiveCourseCell.xib in Resources */,
|
|
|
BC3673D828A606A500059721 /* accomapny_animation_1.png in Resources */,
|
|
|
275B172B27EB269F0081FDEF /* ChatAddressHeaderView.xib in Resources */,
|
|
@@ -8053,6 +8117,7 @@
|
|
|
BC9070A428C7159F00237958 /* MyStyleNavView.xib in Resources */,
|
|
|
BC106BB62A8F6E94000759A9 /* ShareMusicCellContentView.xib in Resources */,
|
|
|
2779362E27E33C360010E277 /* LoginBodyView.xib in Resources */,
|
|
|
+ BC84182D2AC2D82900D8F90E /* ForgetPasswordBodyView.xib in Resources */,
|
|
|
BC8B6E6E285836B600866917 /* low_staff.png in Resources */,
|
|
|
BCB399BD27F9831D00AFF376 /* CourseForLiveCell.xib in Resources */,
|
|
|
2723B68927F1643B00E0B90B /* HomeBodyView.xib in Resources */,
|
|
@@ -8139,6 +8204,7 @@
|
|
|
27A54CFE27E9BDC5007309A3 /* AboutUsBodyView.xib in Resources */,
|
|
|
BCA724052806AFF100DA0D0D /* AccompanyCourseInfoCell.xib in Resources */,
|
|
|
BC2456EF286BEFC600D1F7C0 /* MineEmptyIntroduceCell.xib in Resources */,
|
|
|
+ BC86CB192AC2E72500450EED /* KSNewConfirmAlertView.xib in Resources */,
|
|
|
BC3673DF28A606A500059721 /* musicRoom_animation_2.png in Resources */,
|
|
|
BC9070A928C71C8E00237958 /* MyCreateGroupHeadView.xib in Resources */,
|
|
|
BCC583F828A9FA8100BAB4CF /* cloud_animation_23.png in Resources */,
|
|
@@ -8191,6 +8257,7 @@
|
|
|
BC71D1F52887FDD40010F14B /* img_17.png in Resources */,
|
|
|
BCA9CE5127FD954800D558C6 /* AccompanyRemarkCell.xib in Resources */,
|
|
|
BC5E4B26291E5E26001BBCD2 /* TunerSettingView.xib in Resources */,
|
|
|
+ BC84182E2AC2D82900D8F90E /* PasswordModifyBodyView.xib in Resources */,
|
|
|
BCB9FA682872C8F0005D766B /* FinishedLiveCell.xib in Resources */,
|
|
|
BC513E7C28A4D868003F58C4 /* musicRoom_animation.json in Resources */,
|
|
|
BCC03F89280460C000461B7C /* InstrumentHeaderView.xib in Resources */,
|
|
@@ -8497,6 +8564,7 @@
|
|
|
BCA1134828A22A66007FAFB9 /* HomeHotMusicCollectionCell.m in Sources */,
|
|
|
275E3DC227F45F3F0010EC30 /* KSLiveChatroomWelcome.m in Sources */,
|
|
|
BCDF820E2A8A2955005F8B82 /* MemberSettingMicAlert.m in Sources */,
|
|
|
+ BC84182F2AC2D82900D8F90E /* ForgetPasswordBodyView.m in Sources */,
|
|
|
BC8831002873D26000C702A0 /* LiveVideoModel.m in Sources */,
|
|
|
BC1365C8280D476500EB03E2 /* NotiferMessageCell.m in Sources */,
|
|
|
27F9030E27E875DD00C08A19 /* AudioPlayManager.m in Sources */,
|
|
@@ -8533,6 +8601,7 @@
|
|
|
BCDB09402805C0EF00D0BDAD /* NewClassPopView.m in Sources */,
|
|
|
BC4058922863028200111BC5 /* NotiferNavView.m in Sources */,
|
|
|
BCC5841728A9FA9D00BAB4CF /* AccompanyLoadingView.m in Sources */,
|
|
|
+ BC84183C2AC2D83700D8F90E /* ForgetPasswordViewController.m in Sources */,
|
|
|
27F9CAF627EC1A16003E0FE4 /* SCIndexView.m in Sources */,
|
|
|
BCD457BB2865652C0010B493 /* LiveAnimationView.m in Sources */,
|
|
|
2779320E27E30FC30010E277 /* UIColor+Hex.m in Sources */,
|
|
@@ -8598,6 +8667,7 @@
|
|
|
BC106BA72A8F45AA000759A9 /* TXLiveSeatActionView.m in Sources */,
|
|
|
BC106B722A8F4586000759A9 /* TXLiveMessageShopRush.m in Sources */,
|
|
|
2779323E27E30FC30010E277 /* VoCacheManager.m in Sources */,
|
|
|
+ BC86CB172AC2E72000450EED /* KSNewConfirmAlertView.m in Sources */,
|
|
|
277931DE27E30FC20010E277 /* NSObject+AssociatedObject.m in Sources */,
|
|
|
27D83F4927F3EBC400062476 /* CreateLiveViewController.m in Sources */,
|
|
|
277D431D27E9999400107DB7 /* ModifyBodyView.m in Sources */,
|
|
@@ -8655,6 +8725,7 @@
|
|
|
2779321E27E30FC30010E277 /* LifeButton.m in Sources */,
|
|
|
277931E427E30FC20010E277 /* CALayer+Color.m in Sources */,
|
|
|
2779360C27E32BE50010E277 /* LoginViewController.m in Sources */,
|
|
|
+ BC84183A2AC2D83700D8F90E /* NewPwdModifyViewController.m in Sources */,
|
|
|
27F9CB0E27EC5DF5003E0FE4 /* KSRCloudMediaManager.m in Sources */,
|
|
|
BC221FB928C8687300F99802 /* MusicSortView.m in Sources */,
|
|
|
BC4BCE7D2823B66000522C8B /* AddressDetailBodyView.m in Sources */,
|
|
@@ -8867,6 +8938,7 @@
|
|
|
27F9CB1127EC60D0003E0FE4 /* GroupListModel.m in Sources */,
|
|
|
27FC2F5F27F1930400FCC239 /* KSStarView.m in Sources */,
|
|
|
BC106B802A8F4586000759A9 /* TXLiveCourseTimeChange.m in Sources */,
|
|
|
+ BC8418322AC2D82900D8F90E /* PasswordModifyBodyView.m in Sources */,
|
|
|
BC24570D286C436E00D1F7C0 /* KSCloudBeatView.m in Sources */,
|
|
|
BC81F0ED29233220004106AF /* CoursewareSearchView.m in Sources */,
|
|
|
2779320A27E30FC30010E277 /* HomeButton.m in Sources */,
|
|
@@ -8970,6 +9042,7 @@
|
|
|
BC41104528066EF200800BD9 /* EvaluateCourseBodyView.m in Sources */,
|
|
|
2779328E27E30FEB0010E277 /* MSSBrowseLoadingImageView.m in Sources */,
|
|
|
BC221FB428C82F0500F99802 /* MinePageSortView.m in Sources */,
|
|
|
+ BC84183B2AC2D83700D8F90E /* PasswordCheckViewController.m in Sources */,
|
|
|
BC71DF2B2A8A0432003F165E /* KSWhiteboardRefreshView.m in Sources */,
|
|
|
2779335827E316DD0010E277 /* FastForwardView.m in Sources */,
|
|
|
277935DC27E326650010E277 /* RecordCheckManager.m in Sources */,
|
|
@@ -9004,6 +9077,7 @@
|
|
|
BC71DEF52A89F470003F165E /* TxClassroomChatOtherCell.m in Sources */,
|
|
|
BC14E4912AB30F8F000C4983 /* TenantCreateGroupViewController.m in Sources */,
|
|
|
2779331127E310960010E277 /* NSObject+ReadDocument.m in Sources */,
|
|
|
+ BC8418462AC2D9FB00D8F90E /* PasswordCheckBodyView.m in Sources */,
|
|
|
BC3DE082280D88670027DC0E /* EvaluateListModel.m in Sources */,
|
|
|
BCDF821A2A8A2BEF005F8B82 /* CREmojiCollectionCell.m in Sources */,
|
|
|
BC36A50E2AB42B46002FEFB1 /* GroupOwnerTagView.m in Sources */,
|