|
@@ -366,6 +366,7 @@
|
|
|
BC0D1F71281015B000C5D9E5 /* VideoCourseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0D1F6E281015AF00C5D9E5 /* VideoCourseCell.m */; };
|
|
|
BC0D1F72281015B000C5D9E5 /* VideoCourseCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC0D1F6F281015AF00C5D9E5 /* VideoCourseCell.xib */; };
|
|
|
BC0D1F752810165500C5D9E5 /* VideoCourseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0D1F742810165400C5D9E5 /* VideoCourseModel.m */; };
|
|
|
+ BC0D95112AC26E4000E54D3F /* UIImageView+DisplayImage.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0D95102AC26E4000E54D3F /* UIImageView+DisplayImage.m */; };
|
|
|
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 */; };
|
|
@@ -1797,6 +1798,8 @@
|
|
|
BC0D1F70281015B000C5D9E5 /* VideoCourseCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoCourseCell.h; sourceTree = "<group>"; };
|
|
|
BC0D1F732810165400C5D9E5 /* VideoCourseModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoCourseModel.h; sourceTree = "<group>"; };
|
|
|
BC0D1F742810165400C5D9E5 /* VideoCourseModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VideoCourseModel.m; sourceTree = "<group>"; };
|
|
|
+ BC0D950F2AC26E4000E54D3F /* UIImageView+DisplayImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIImageView+DisplayImage.h"; sourceTree = "<group>"; };
|
|
|
+ BC0D95102AC26E4000E54D3F /* UIImageView+DisplayImage.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+DisplayImage.m"; 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>"; };
|
|
@@ -3897,6 +3900,8 @@
|
|
|
277933B727E3249E0010E277 /* UIView+XIBView.m */,
|
|
|
277933CD27E3249E0010E277 /* UrlDecode.h */,
|
|
|
277933B927E3249E0010E277 /* UrlDecode.m */,
|
|
|
+ BC0D950F2AC26E4000E54D3F /* UIImageView+DisplayImage.h */,
|
|
|
+ BC0D95102AC26E4000E54D3F /* UIImageView+DisplayImage.m */,
|
|
|
);
|
|
|
path = Category;
|
|
|
sourceTree = "<group>";
|
|
@@ -7642,6 +7647,7 @@
|
|
|
BCC0F6542A8CD8F500C4EFA4 /* TXChatBottomView.m in Sources */,
|
|
|
BCB908F12850B08D00F5FF69 /* KSChatMusicShareCell.m in Sources */,
|
|
|
BC02381928685087005560CA /* LiveAnimationView.m in Sources */,
|
|
|
+ BC0D95112AC26E4000E54D3F /* UIImageView+DisplayImage.m in Sources */,
|
|
|
BCC0F6122A8CD89400C4EFA4 /* TXClassroomViewController.m in Sources */,
|
|
|
BC8A45AA283DC33400094BBB /* TrackChooseView.m in Sources */,
|
|
|
BCFEED4D28F7E4720078A2B7 /* SmallToolViewController.m in Sources */,
|