Files
yuyin_ios/SweetParty/主类/RCMic/Room/麦上麦下人员/SPRoomPeopleAlert.h
2025-08-08 11:05:33 +08:00

21 lines
298 B
Objective-C
Executable File

//
// 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