Files
yuyin_ios/SweetParty/主类/RCMic/Room/麦上麦下人员/SPRoomPeopleAlert.h

21 lines
298 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// SPRoomPeopleAlert.h
// SweetParty
//
// Created by bj_szd on 2022/6/15.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface SPRoomPeopleAlert : UIView
@property (nonatomic, copy) NSString *roomId;
- (void)onChangeSelectedIndex:(NSInteger)index;
@end
NS_ASSUME_NONNULL_END