Files
yuyin_ios/SweetParty/主类/音悦新增/房间榜&CP榜/YYRoomCPRankView.h
2025-08-08 11:05:33 +08:00

21 lines
382 B
Objective-C
Executable File

//
// YYRoomCPRankView.h
// SweetParty
//
// Created by bj_szd on 2023/12/25.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface YYRoomCPRankView : UIView
@property (weak, nonatomic) IBOutlet UIImageView *touchImgV;
@property (weak, nonatomic) IBOutlet UITableView *tableView;
@property (weak, nonatomic) IBOutlet UIView *titleBgView;
@end
NS_ASSUME_NONNULL_END