Files
2025-08-11 10:43:19 +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