Files
yuyin_ios/SweetParty/主类/RCMic/Room/其他汇总/SPRoomTop3View.h
2025-08-08 11:05:33 +08:00

24 lines
453 B
Objective-C
Executable File

//
// SPRoomTop3View.h
// SweetParty
//
// Created by bj_szd on 2022/6/29.
//
#import <UIKit/UIKit.h>
#import "SPBangDanListModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface SPRoomTop3View : UIView
@property (weak, nonatomic) IBOutlet UIImageView *imgV_1;
@property (weak, nonatomic) IBOutlet UIImageView *imgV_2;
@property (weak, nonatomic) IBOutlet UIImageView *imgV_3;
@property (nonatomic, strong) NSArray *dataArray;
@end
NS_ASSUME_NONNULL_END