Files
yinmeng-ios/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomRankEntranceView.h
2022-05-05 11:28:29 +08:00

21 lines
323 B
Objective-C

//
// XPRoomRankEntranceView.h
// xplan-ios
//
// Created by GreenLand on 2022/4/27.
// 房间榜入口
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomRankEntranceView : UIView
@property (nonatomic, copy) NSString *title;
@property (nonatomic, strong) NSArray *array;
@end
NS_ASSUME_NONNULL_END