23 lines
560 B
C
23 lines
560 B
C
|
|
//
|
||
|
|
// QXRoomViewController+Friend.h
|
||
|
|
// QXLive
|
||
|
|
//
|
||
|
|
// Created by 启星 on 2025/8/20.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "QXRoomViewController.h"
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
|
||
|
|
@interface QXRoomViewController (Friend)
|
||
|
|
/// 重置麦位视图
|
||
|
|
-(void)resetFriendViews;
|
||
|
|
|
||
|
|
/// 交友房阶段发生变化 step 阶段 1等待 2心动 3牵手 friend_id 场次id
|
||
|
|
//-(void)friendPartDidChangedWithType:(NSString*)step friend_id:(NSString*)friend_id;
|
||
|
|
///// 交友房时间发生延时 end_time 截止时间
|
||
|
|
//-(void)friendTimeDelayWithTime:(NSString*)end_time;
|
||
|
|
@end
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_END
|