|
@@ -435,7 +435,10 @@
|
|
|
27FC2F5F27F1930400FCC239 /* KSStarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27FC2F5E27F1930400FCC239 /* KSStarView.m */; };
|
|
|
27FC2F6627F1BBFE00FCC239 /* MyMusicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27FC2F6527F1BBFE00FCC239 /* MyMusicViewController.m */; };
|
|
|
27FC2F6D27F1BE4800FCC239 /* VideoCourseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27FC2F6C27F1BE4800FCC239 /* VideoCourseViewController.m */; };
|
|
|
+ BC0167A627FC06D600AE66A1 /* MyCourseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0167A527FC06D600AE66A1 /* MyCourseViewController.m */; };
|
|
|
BC6C303A27F586A60044BC0F /* KSRCMessageModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BC6C303927F586A60044BC0F /* KSRCMessageModel.m */; };
|
|
|
+ BCA9CE1527FD339400D558C6 /* AuthDisplayView.m in Sources */ = {isa = PBXBuildFile; fileRef = BCA9CE1427FD339400D558C6 /* AuthDisplayView.m */; };
|
|
|
+ BCA9CE1727FD339D00D558C6 /* AuthDisplayView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BCA9CE1627FD339D00D558C6 /* AuthDisplayView.xib */; };
|
|
|
BCB399AC27F946A200AFF376 /* CourseNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB399AB27F946A200AFF376 /* CourseNavView.m */; };
|
|
|
BCB399AE27F946AA00AFF376 /* CourseNavView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BCB399AD27F946AA00AFF376 /* CourseNavView.xib */; };
|
|
|
BCB399B227F94B5A00AFF376 /* LTSCalendarBottomView.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB399B027F94B5A00AFF376 /* LTSCalendarBottomView.m */; };
|
|
@@ -1358,8 +1361,13 @@
|
|
|
27FC2F6C27F1BE4800FCC239 /* VideoCourseViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VideoCourseViewController.m; sourceTree = "<group>"; };
|
|
|
67CFD930D686EE06F99E34F3 /* Pods-KulexiuForTeacher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KulexiuForTeacher.release.xcconfig"; path = "Target Support Files/Pods-KulexiuForTeacher/Pods-KulexiuForTeacher.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
AC7237F12804B8A0533DF9FE /* Pods-KulexiuForTeacher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KulexiuForTeacher.debug.xcconfig"; path = "Target Support Files/Pods-KulexiuForTeacher/Pods-KulexiuForTeacher.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
+ BC0167A427FC06D600AE66A1 /* MyCourseViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MyCourseViewController.h; sourceTree = "<group>"; };
|
|
|
+ BC0167A527FC06D600AE66A1 /* MyCourseViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyCourseViewController.m; sourceTree = "<group>"; };
|
|
|
BC6C303827F586A60044BC0F /* KSRCMessageModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KSRCMessageModel.h; sourceTree = "<group>"; };
|
|
|
BC6C303927F586A60044BC0F /* KSRCMessageModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KSRCMessageModel.m; sourceTree = "<group>"; };
|
|
|
+ BCA9CE1327FD339400D558C6 /* AuthDisplayView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AuthDisplayView.h; sourceTree = "<group>"; };
|
|
|
+ BCA9CE1427FD339400D558C6 /* AuthDisplayView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AuthDisplayView.m; sourceTree = "<group>"; };
|
|
|
+ BCA9CE1627FD339D00D558C6 /* AuthDisplayView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AuthDisplayView.xib; sourceTree = "<group>"; };
|
|
|
BCB399AA27F946A200AFF376 /* CourseNavView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CourseNavView.h; sourceTree = "<group>"; };
|
|
|
BCB399AB27F946A200AFF376 /* CourseNavView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CourseNavView.m; sourceTree = "<group>"; };
|
|
|
BCB399AD27F946AA00AFF376 /* CourseNavView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CourseNavView.xib; sourceTree = "<group>"; };
|
|
@@ -1983,6 +1991,9 @@
|
|
|
277935DD27E326D90010E277 /* KSNetTypeManager.m */,
|
|
|
2779331B27E311A10010E277 /* KSNetworkingManager.h */,
|
|
|
2779331C27E311A10010E277 /* KSNetworkingManager.m */,
|
|
|
+ BCA9CE1327FD339400D558C6 /* AuthDisplayView.h */,
|
|
|
+ BCA9CE1427FD339400D558C6 /* AuthDisplayView.m */,
|
|
|
+ BCA9CE1627FD339D00D558C6 /* AuthDisplayView.xib */,
|
|
|
);
|
|
|
path = Base;
|
|
|
sourceTree = "<group>";
|
|
@@ -2738,6 +2749,7 @@
|
|
|
277935FA27E32BBF0010E277 /* Home */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BC0167A027FC06C300AE66A1 /* MyCourse */,
|
|
|
27FC2F6027F1BBEB00FCC239 /* Music */,
|
|
|
277935FB27E32BBF0010E277 /* Controller */,
|
|
|
277935FC27E32BBF0010E277 /* Model */,
|
|
@@ -3335,6 +3347,39 @@
|
|
|
path = Pods;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BC0167A027FC06C300AE66A1 /* MyCourse */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BC0167A127FC06C300AE66A1 /* Controller */,
|
|
|
+ BC0167A227FC06C300AE66A1 /* Model */,
|
|
|
+ BC0167A327FC06C300AE66A1 /* View */,
|
|
|
+ );
|
|
|
+ path = MyCourse;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BC0167A127FC06C300AE66A1 /* Controller */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BC0167A427FC06D600AE66A1 /* MyCourseViewController.h */,
|
|
|
+ BC0167A527FC06D600AE66A1 /* MyCourseViewController.m */,
|
|
|
+ );
|
|
|
+ path = Controller;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BC0167A227FC06C300AE66A1 /* Model */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Model;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BC0167A327FC06C300AE66A1 /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BCB633D527F6A18100ACFDCF /* Classroom */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -3985,6 +4030,7 @@
|
|
|
BCB6340527F6A2F000ACFDCF /* tock.wav in Resources */,
|
|
|
BCB6340627F6A2F000ACFDCF /* tick.wav in Resources */,
|
|
|
2755C07127EC7F21007D9070 /* ChatComplainBodyView.xib in Resources */,
|
|
|
+ BCA9CE1727FD339D00D558C6 /* AuthDisplayView.xib in Resources */,
|
|
|
BCF1BA5B27F5CF3C00FA36C4 /* LiveSeatApplyCell.xib in Resources */,
|
|
|
2780C92427E4903500A95A4F /* PasswordBodyView.xib in Resources */,
|
|
|
27F902FF27E864AE00C08A19 /* KSNetworkAlert.xib in Resources */,
|
|
@@ -4254,6 +4300,7 @@
|
|
|
27D83F5727F4224F00062476 /* LivePreviewBodyView.m in Sources */,
|
|
|
277932B927E30FFE0010E277 /* TADotView.m in Sources */,
|
|
|
2773204D27EDB72B008FAECA /* LFPopupMenu.m in Sources */,
|
|
|
+ BC0167A627FC06D600AE66A1 /* MyCourseViewController.m in Sources */,
|
|
|
BCC9F42027F69BD200647449 /* PersonListCell.m in Sources */,
|
|
|
2779320127E30FC30010E277 /* KSStatusView.m in Sources */,
|
|
|
2779323027E30FC30010E277 /* ALCalendarPicker.m in Sources */,
|
|
@@ -4384,6 +4431,7 @@
|
|
|
275E3DE727F4677F0010EC30 /* LiveRoomHeadView.m in Sources */,
|
|
|
2779320427E30FC30010E277 /* KSHoldButton.m in Sources */,
|
|
|
2779320627E30FC30010E277 /* UIView+ValueAdd.m in Sources */,
|
|
|
+ BCA9CE1527FD339400D558C6 /* AuthDisplayView.m in Sources */,
|
|
|
2779329B27E30FEB0010E277 /* UIView+MSSLayout.m in Sources */,
|
|
|
2779322B27E30FC30010E277 /* ALCalendarConfig.m in Sources */,
|
|
|
2779323527E30FC30010E277 /* LLPhotoBrowser.m in Sources */,
|