|
@@ -874,6 +874,7 @@
|
|
BC8418462AC2D9FB00D8F90E /* PasswordCheckBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8418442AC2D9FB00D8F90E /* PasswordCheckBodyView.m */; };
|
|
BC8418462AC2D9FB00D8F90E /* PasswordCheckBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8418442AC2D9FB00D8F90E /* PasswordCheckBodyView.m */; };
|
|
BC86CB172AC2E72000450EED /* KSNewConfirmAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC86CB162AC2E72000450EED /* KSNewConfirmAlertView.m */; };
|
|
BC86CB172AC2E72000450EED /* KSNewConfirmAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC86CB162AC2E72000450EED /* KSNewConfirmAlertView.m */; };
|
|
BC86CB192AC2E72500450EED /* KSNewConfirmAlertView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC86CB182AC2E72500450EED /* KSNewConfirmAlertView.xib */; };
|
|
BC86CB192AC2E72500450EED /* KSNewConfirmAlertView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC86CB182AC2E72500450EED /* KSNewConfirmAlertView.xib */; };
|
|
|
|
+ BC86CB1C2AC2F22200450EED /* UIImageView+DisplayImage.m in Sources */ = {isa = PBXBuildFile; fileRef = BC86CB1A2AC2F22100450EED /* UIImageView+DisplayImage.m */; };
|
|
BC8831002873D26000C702A0 /* LiveVideoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8830FE2873D25F00C702A0 /* LiveVideoModel.m */; };
|
|
BC8831002873D26000C702A0 /* LiveVideoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8830FE2873D25F00C702A0 /* LiveVideoModel.m */; };
|
|
BC8831042873D67C00C702A0 /* LiveVideoCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8831022873D67C00C702A0 /* LiveVideoCollectionViewCell.m */; };
|
|
BC8831042873D67C00C702A0 /* LiveVideoCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8831022873D67C00C702A0 /* LiveVideoCollectionViewCell.m */; };
|
|
BC8831052873D67C00C702A0 /* LiveVideoCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC8831032873D67C00C702A0 /* LiveVideoCollectionViewCell.xib */; };
|
|
BC8831052873D67C00C702A0 /* LiveVideoCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC8831032873D67C00C702A0 /* LiveVideoCollectionViewCell.xib */; };
|
|
@@ -2724,6 +2725,8 @@
|
|
BC86CB152AC2E72000450EED /* KSNewConfirmAlertView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KSNewConfirmAlertView.h; 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>"; };
|
|
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>"; };
|
|
BC86CB182AC2E72500450EED /* KSNewConfirmAlertView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = KSNewConfirmAlertView.xib; sourceTree = "<group>"; };
|
|
|
|
+ BC86CB1A2AC2F22100450EED /* UIImageView+DisplayImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+DisplayImage.m"; sourceTree = "<group>"; };
|
|
|
|
+ BC86CB1B2AC2F22100450EED /* UIImageView+DisplayImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+DisplayImage.h"; sourceTree = "<group>"; };
|
|
BC8830FE2873D25F00C702A0 /* LiveVideoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LiveVideoModel.m; 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>"; };
|
|
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>"; };
|
|
BC8831012873D67B00C702A0 /* LiveVideoCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LiveVideoCollectionViewCell.h; sourceTree = "<group>"; };
|
|
@@ -3856,6 +3859,8 @@
|
|
277930C527E30FBD0010E277 /* Category */ = {
|
|
277930C527E30FBD0010E277 /* Category */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ BC86CB1B2AC2F22100450EED /* UIImageView+DisplayImage.h */,
|
|
|
|
+ BC86CB1A2AC2F22100450EED /* UIImageView+DisplayImage.m */,
|
|
BC0D951F2AC2870300E54D3F /* UIViewController+KSExtension.h */,
|
|
BC0D951F2AC2870300E54D3F /* UIViewController+KSExtension.h */,
|
|
BC0D95202AC2870400E54D3F /* UIViewController+KSExtension.m */,
|
|
BC0D95202AC2870400E54D3F /* UIViewController+KSExtension.m */,
|
|
BCDB092F280583C000D0BDAD /* NSObject+KSDateFormatter.h */,
|
|
BCDB092F280583C000D0BDAD /* NSObject+KSDateFormatter.h */,
|
|
@@ -8742,6 +8747,7 @@
|
|
27BC3B1827F2B0D200D81E30 /* kSJXCollectionView.m in Sources */,
|
|
27BC3B1827F2B0D200D81E30 /* kSJXCollectionView.m in Sources */,
|
|
BCB6340927F6A35700ACFDCF /* LiveroomTimeManager.m in Sources */,
|
|
BCB6340927F6A35700ACFDCF /* LiveroomTimeManager.m in Sources */,
|
|
27F9030627E86CBD00C08A19 /* DeviceCheckView.m in Sources */,
|
|
27F9030627E86CBD00C08A19 /* DeviceCheckView.m in Sources */,
|
|
|
|
+ BC86CB1C2AC2F22200450EED /* UIImageView+DisplayImage.m in Sources */,
|
|
275B16EF27EAF9B20081FDEF /* ChatNavView.m in Sources */,
|
|
275B16EF27EAF9B20081FDEF /* ChatNavView.m in Sources */,
|
|
BCA353E92859A6FB00377661 /* MusicRoomHomeworkCell.m in Sources */,
|
|
BCA353E92859A6FB00377661 /* MusicRoomHomeworkCell.m in Sources */,
|
|
BCEA752028190CEB00886A86 /* CardBandResultViewController.m in Sources */,
|
|
BCEA752028190CEB00886A86 /* CardBandResultViewController.m in Sources */,
|