|
@@ -435,6 +435,17 @@
|
|
|
BC0238062865C4F6005560CA /* KSLiveChatroomMemberUp.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0238052865C4F6005560CA /* KSLiveChatroomMemberUp.m */; };
|
|
|
BC0238092865C601005560CA /* KSRCShopRushMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0238082865C601005560CA /* KSRCShopRushMessage.m */; };
|
|
|
BC02380F2865C6F9005560CA /* RCChatroomLikeCount.m in Sources */ = {isa = PBXBuildFile; fileRef = BC02380D2865C6F9005560CA /* RCChatroomLikeCount.m */; };
|
|
|
+ BC02BCDA28B3243F005CB483 /* LiveSeatActionView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC02BCD928B3243F005CB483 /* LiveSeatActionView.m */; };
|
|
|
+ BC02BCDD28B324A5005CB483 /* SeatBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC02BCDC28B324A5005CB483 /* SeatBodyView.m */; };
|
|
|
+ BC02BCE428B324C9005CB483 /* LiveApplyControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC02BCDE28B324C8005CB483 /* LiveApplyControlView.m */; };
|
|
|
+ BC02BCE528B324C9005CB483 /* LiveApplyControlView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC02BCDF28B324C8005CB483 /* LiveApplyControlView.xib */; };
|
|
|
+ BC02BCE628B324C9005CB483 /* LiveDownSeatView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC02BCE228B324C9005CB483 /* LiveDownSeatView.m */; };
|
|
|
+ BC02BCE728B324C9005CB483 /* LiveDownSeatView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC02BCE328B324C9005CB483 /* LiveDownSeatView.xib */; };
|
|
|
+ BC02BCEB28B324FE005CB483 /* LiveMemberSeatCell.m in Sources */ = {isa = PBXBuildFile; fileRef = BC02BCE928B324FD005CB483 /* LiveMemberSeatCell.m */; };
|
|
|
+ BC02BCEC28B324FE005CB483 /* LiveMemberSeatCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC02BCEA28B324FD005CB483 /* LiveMemberSeatCell.xib */; };
|
|
|
+ BC02BCF128B32771005CB483 /* KSDownSeatAllMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = BC02BCEF28B32770005CB483 /* KSDownSeatAllMessage.m */; };
|
|
|
+ BC02BCF228B32771005CB483 /* KSRejectAllSeatMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = BC02BCF028B32771005CB483 /* KSRejectAllSeatMessage.m */; };
|
|
|
+ BC02BCF528B328AA005CB483 /* RCChatroomSeatsControl.m in Sources */ = {isa = PBXBuildFile; fileRef = BC02BCF328B328A9005CB483 /* RCChatroomSeatsControl.m */; };
|
|
|
BC063D842823CEFE000EB350 /* AddressListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BC063D822823CEFD000EB350 /* AddressListModel.m */; };
|
|
|
BC0A2282284751DF0065C1AB /* MetronomeAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0A2278284751DF0065C1AB /* MetronomeAlertView.m */; };
|
|
|
BC0A2283284751DF0065C1AB /* MetronomeControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0A227B284751DF0065C1AB /* MetronomeControlView.m */; };
|
|
@@ -1807,6 +1818,25 @@
|
|
|
BC0238082865C601005560CA /* KSRCShopRushMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KSRCShopRushMessage.m; sourceTree = "<group>"; };
|
|
|
BC02380D2865C6F9005560CA /* RCChatroomLikeCount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCChatroomLikeCount.m; sourceTree = "<group>"; };
|
|
|
BC02380E2865C6F9005560CA /* RCChatroomLikeCount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCChatroomLikeCount.h; sourceTree = "<group>"; };
|
|
|
+ BC02BCD828B3243F005CB483 /* LiveSeatActionView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LiveSeatActionView.h; sourceTree = "<group>"; };
|
|
|
+ BC02BCD928B3243F005CB483 /* LiveSeatActionView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LiveSeatActionView.m; sourceTree = "<group>"; };
|
|
|
+ BC02BCDB28B324A5005CB483 /* SeatBodyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SeatBodyView.h; sourceTree = "<group>"; };
|
|
|
+ BC02BCDC28B324A5005CB483 /* SeatBodyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SeatBodyView.m; sourceTree = "<group>"; };
|
|
|
+ BC02BCDE28B324C8005CB483 /* LiveApplyControlView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LiveApplyControlView.m; sourceTree = "<group>"; };
|
|
|
+ BC02BCDF28B324C8005CB483 /* LiveApplyControlView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LiveApplyControlView.xib; sourceTree = "<group>"; };
|
|
|
+ BC02BCE028B324C8005CB483 /* LiveApplyControlView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LiveApplyControlView.h; sourceTree = "<group>"; };
|
|
|
+ BC02BCE128B324C8005CB483 /* LiveDownSeatView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LiveDownSeatView.h; sourceTree = "<group>"; };
|
|
|
+ BC02BCE228B324C9005CB483 /* LiveDownSeatView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LiveDownSeatView.m; sourceTree = "<group>"; };
|
|
|
+ BC02BCE328B324C9005CB483 /* LiveDownSeatView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LiveDownSeatView.xib; sourceTree = "<group>"; };
|
|
|
+ BC02BCE828B324FD005CB483 /* LiveMemberSeatCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LiveMemberSeatCell.h; sourceTree = "<group>"; };
|
|
|
+ BC02BCE928B324FD005CB483 /* LiveMemberSeatCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LiveMemberSeatCell.m; sourceTree = "<group>"; };
|
|
|
+ BC02BCEA28B324FD005CB483 /* LiveMemberSeatCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LiveMemberSeatCell.xib; sourceTree = "<group>"; };
|
|
|
+ BC02BCED28B32770005CB483 /* KSRejectAllSeatMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KSRejectAllSeatMessage.h; sourceTree = "<group>"; };
|
|
|
+ BC02BCEE28B32770005CB483 /* KSDownSeatAllMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KSDownSeatAllMessage.h; sourceTree = "<group>"; };
|
|
|
+ BC02BCEF28B32770005CB483 /* KSDownSeatAllMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KSDownSeatAllMessage.m; sourceTree = "<group>"; };
|
|
|
+ BC02BCF028B32771005CB483 /* KSRejectAllSeatMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KSRejectAllSeatMessage.m; sourceTree = "<group>"; };
|
|
|
+ BC02BCF328B328A9005CB483 /* RCChatroomSeatsControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCChatroomSeatsControl.m; sourceTree = "<group>"; };
|
|
|
+ BC02BCF428B328A9005CB483 /* RCChatroomSeatsControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCChatroomSeatsControl.h; sourceTree = "<group>"; };
|
|
|
BC063D822823CEFD000EB350 /* AddressListModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddressListModel.m; sourceTree = "<group>"; };
|
|
|
BC063D832823CEFE000EB350 /* AddressListModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddressListModel.h; sourceTree = "<group>"; };
|
|
|
BC0A2278284751DF0065C1AB /* MetronomeAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MetronomeAlertView.m; sourceTree = "<group>"; };
|
|
@@ -2895,6 +2925,12 @@
|
|
|
BC0238082865C601005560CA /* KSRCShopRushMessage.m */,
|
|
|
BC02380E2865C6F9005560CA /* RCChatroomLikeCount.h */,
|
|
|
BC02380D2865C6F9005560CA /* RCChatroomLikeCount.m */,
|
|
|
+ BC02BCF428B328A9005CB483 /* RCChatroomSeatsControl.h */,
|
|
|
+ BC02BCF328B328A9005CB483 /* RCChatroomSeatsControl.m */,
|
|
|
+ BC02BCEE28B32770005CB483 /* KSDownSeatAllMessage.h */,
|
|
|
+ BC02BCEF28B32770005CB483 /* KSDownSeatAllMessage.m */,
|
|
|
+ BC02BCED28B32770005CB483 /* KSRejectAllSeatMessage.h */,
|
|
|
+ BC02BCF028B32771005CB483 /* KSRejectAllSeatMessage.m */,
|
|
|
);
|
|
|
path = LiveRoomMessage;
|
|
|
sourceTree = "<group>";
|
|
@@ -4304,6 +4340,7 @@
|
|
|
27D83F4627F3EBAA00062476 /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BC02BCD728B32418005CB483 /* SeatListView */,
|
|
|
BCD457B82865652C0010B493 /* AnimationView */,
|
|
|
BCD457B3286565190010B493 /* LiveMoreDisplayView.h */,
|
|
|
BCD457B52865651A0010B493 /* LiveMoreDisplayView.m */,
|
|
@@ -4748,6 +4785,26 @@
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BC02BCD728B32418005CB483 /* SeatListView */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BC02BCD828B3243F005CB483 /* LiveSeatActionView.h */,
|
|
|
+ BC02BCD928B3243F005CB483 /* LiveSeatActionView.m */,
|
|
|
+ BC02BCDB28B324A5005CB483 /* SeatBodyView.h */,
|
|
|
+ BC02BCDC28B324A5005CB483 /* SeatBodyView.m */,
|
|
|
+ BC02BCE028B324C8005CB483 /* LiveApplyControlView.h */,
|
|
|
+ BC02BCDE28B324C8005CB483 /* LiveApplyControlView.m */,
|
|
|
+ BC02BCDF28B324C8005CB483 /* LiveApplyControlView.xib */,
|
|
|
+ BC02BCE128B324C8005CB483 /* LiveDownSeatView.h */,
|
|
|
+ BC02BCE228B324C9005CB483 /* LiveDownSeatView.m */,
|
|
|
+ BC02BCE328B324C9005CB483 /* LiveDownSeatView.xib */,
|
|
|
+ BC02BCE828B324FD005CB483 /* LiveMemberSeatCell.h */,
|
|
|
+ BC02BCE928B324FD005CB483 /* LiveMemberSeatCell.m */,
|
|
|
+ BC02BCEA28B324FD005CB483 /* LiveMemberSeatCell.xib */,
|
|
|
+ );
|
|
|
+ path = SeatListView;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BC0A2277284751DF0065C1AB /* MetronomeView */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -6748,6 +6805,7 @@
|
|
|
BCEA752D2819134400886A86 /* CardBindResultBodyView.xib in Resources */,
|
|
|
BC1365BD280D163200EB03E2 /* MyVideoSearchView.xib in Resources */,
|
|
|
BC14A61428A0AC880086395C /* MineTeachToolView.xib in Resources */,
|
|
|
+ BC02BCEC28B324FE005CB483 /* LiveMemberSeatCell.xib in Resources */,
|
|
|
27F9030127E864AE00C08A19 /* NetworkBodyView.xib in Resources */,
|
|
|
BCB14112288A49710022C13A /* HomeButtonView.xib in Resources */,
|
|
|
BC4BCE7F2823B66A00522C8B /* AddressDetailBodyView.xib in Resources */,
|
|
@@ -6811,6 +6869,7 @@
|
|
|
275E3DE927F4679E0010EC30 /* LiveRoomHeadView.xib in Resources */,
|
|
|
BC6BEAA3288A4C2A00022109 /* KSHomeButton.xib in Resources */,
|
|
|
BCC5840928A9FA8100BAB4CF /* cloud_animation_11.png in Resources */,
|
|
|
+ BC02BCE528B324C9005CB483 /* LiveApplyControlView.xib in Resources */,
|
|
|
27D83F4E27F3EC2100062476 /* CreateLiveBodyView.xib in Resources */,
|
|
|
BCEA75282819103B00886A86 /* UnbindBodyView.xib in Resources */,
|
|
|
BC8B6E602856ED0600866917 /* WeiboSDK.bundle in Resources */,
|
|
@@ -6980,6 +7039,7 @@
|
|
|
BCF61BDE280417190000ACFE /* MyStyleVideoView.xib in Resources */,
|
|
|
BC513E7C28A4D868003F58C4 /* musicRoom_animation.json in Resources */,
|
|
|
BCC03F89280460C000461B7C /* InstrumentHeaderView.xib in Resources */,
|
|
|
+ BC02BCE728B324C9005CB483 /* LiveDownSeatView.xib in Resources */,
|
|
|
BCD6D16728195A98009A773E /* WithdrawApplyBodyView.xib in Resources */,
|
|
|
BC5EB5BC2804083800B4A3B0 /* MyStyleIntroduceCell.xib in Resources */,
|
|
|
BC71D1FC2887FDD40010F14B /* img_25.png in Resources */,
|
|
@@ -7103,6 +7163,7 @@
|
|
|
277931CD27E30FC20010E277 /* KSPremissionAlert.m in Sources */,
|
|
|
2779323927E30FC30010E277 /* LLCollectionViewCell.m in Sources */,
|
|
|
2779326A27E30FD80010E277 /* FSCalendarWeekdayView.m in Sources */,
|
|
|
+ BC02BCF228B32771005CB483 /* KSRejectAllSeatMessage.m in Sources */,
|
|
|
2723B69127F1803F00E0B90B /* HomeHeadView.m in Sources */,
|
|
|
BCDB0931280583C100D0BDAD /* NSObject+KSDateFormatter.m in Sources */,
|
|
|
BC4BCE702823A02F00522C8B /* AddressBottomView.m in Sources */,
|
|
@@ -7185,6 +7246,7 @@
|
|
|
277932E627E310070010E277 /* TZVideoPlayerController.m in Sources */,
|
|
|
BC4BCE752823A1AE00522C8B /* AddressDetailViewController.m in Sources */,
|
|
|
BCDB093E2805C0EF00D0BDAD /* NewClassPopCell.m in Sources */,
|
|
|
+ BC02BCDD28B324A5005CB483 /* SeatBodyView.m in Sources */,
|
|
|
BCC9F41B27F69BD200647449 /* RecentSharedWhiteboardCell.m in Sources */,
|
|
|
BCB635B627F6FB0A00ACFDCF /* SeatTipsView.m in Sources */,
|
|
|
BCB9FA672872C8F0005D766B /* FinishedLiveCell.m in Sources */,
|
|
@@ -7270,6 +7332,7 @@
|
|
|
2755C07027EC7F21007D9070 /* ChatComplainBodyView.m in Sources */,
|
|
|
2755C06727EC71BB007D9070 /* GroupSettingBodyView.m in Sources */,
|
|
|
BCA353DF285976CF00377661 /* MusicRoomCourseInfoCell.m in Sources */,
|
|
|
+ BC02BCEB28B324FE005CB483 /* LiveMemberSeatCell.m in Sources */,
|
|
|
BCA9CE2E27FD8A9200D558C6 /* AccompanyNavView.m in Sources */,
|
|
|
BCC9F44727F69BD200647449 /* ClassSongMessage.m in Sources */,
|
|
|
2728086A27E6C12000DB71EA /* FirstSettingBodyView.m in Sources */,
|
|
@@ -7314,6 +7377,7 @@
|
|
|
27F9CB0B27EC5C06003E0FE4 /* KSSelectConversationViewController.m in Sources */,
|
|
|
BC8B6DBF28532DB800866917 /* MusicSheetVoList.m in Sources */,
|
|
|
2755C08D27ED5DB2007D9070 /* GroupApplyChooseCell.m in Sources */,
|
|
|
+ BC02BCF128B32771005CB483 /* KSDownSeatAllMessage.m in Sources */,
|
|
|
BCA7C33F284760AB009D20EC /* NSObject+KeyWindow.m in Sources */,
|
|
|
2779321A27E30FC30010E277 /* SkipTextView.m in Sources */,
|
|
|
277931C927E30FC20010E277 /* DiskFreeSpaceManager.m in Sources */,
|
|
@@ -7484,6 +7548,7 @@
|
|
|
BCB633F827F6A18200ACFDCF /* KSTipsView.m in Sources */,
|
|
|
275E3DF627F467ED0010EC30 /* KSChatroomTextCell.m in Sources */,
|
|
|
BC0A22B72847523E0065C1AB /* MemberBottomView.m in Sources */,
|
|
|
+ BC02BCDA28B3243F005CB483 /* LiveSeatActionView.m in Sources */,
|
|
|
2779323D27E30FC30010E277 /* VoDiskCache.m in Sources */,
|
|
|
BC7CFFC52817F29800CAEB21 /* CashRecordViewController.m in Sources */,
|
|
|
277931D727E30FC20010E277 /* UIImage+ResizeImage.m in Sources */,
|
|
@@ -7586,6 +7651,7 @@
|
|
|
BC6BEAA4288A4C2A00022109 /* KSHomeButton.m in Sources */,
|
|
|
27A2F63027E70E57009E2380 /* UserInfo.m in Sources */,
|
|
|
BCEA751A2818D59300886A86 /* BankNameModel.m in Sources */,
|
|
|
+ BC02BCE428B324C9005CB483 /* LiveApplyControlView.m in Sources */,
|
|
|
277932E827E310070010E277 /* NSBundle+TZImagePicker.m in Sources */,
|
|
|
BC8A2CF828476C3000122BBE /* MusicScoreViewController.m in Sources */,
|
|
|
BC0A2282284751DF0065C1AB /* MetronomeAlertView.m in Sources */,
|
|
@@ -7604,6 +7670,7 @@
|
|
|
BCDBC59D286156E700647197 /* LiveRoomViewController.m in Sources */,
|
|
|
BCC9F40B27F69BD200647449 /* CREmojiCollectionCell.m in Sources */,
|
|
|
2779320927E30FC30010E277 /* KSRecordPowerAnimationView.m in Sources */,
|
|
|
+ BC02BCE628B324C9005CB483 /* LiveDownSeatView.m in Sources */,
|
|
|
27BC3B3327F2FD2D00D81E30 /* VideoListBodyView.m in Sources */,
|
|
|
BC0A2283284751DF0065C1AB /* MetronomeControlView.m in Sources */,
|
|
|
BCFE541028178FF600AD6786 /* MyIncomeViewController.m in Sources */,
|
|
@@ -7711,6 +7778,7 @@
|
|
|
BC6BEAAA288E3D7400022109 /* HomeNewHeadView.m in Sources */,
|
|
|
BCC9F43E27F69BD200647449 /* AccompanyDownloadMessage.m in Sources */,
|
|
|
277D431A27E9991200107DB7 /* ModifyViewController.m in Sources */,
|
|
|
+ BC02BCF528B328AA005CB483 /* RCChatroomSeatsControl.m in Sources */,
|
|
|
277932EB27E310070010E277 /* TZProgressView.m in Sources */,
|
|
|
27BC3B1B27F2B37500D81E30 /* MyMusicBodyView.m in Sources */,
|
|
|
275E3DB027F45CA60010EC30 /* KSLiveChatroomLike.m in Sources */,
|