Files
yinmeng-ios/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomTopRankView.h
2023-03-15 17:51:34 +08:00

19 lines
247 B
Objective-C

//
// XPRoomTopRankView.h
// xplan-ios
//
// Created by XY on 2023/3/15.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomTopRankView : UIView
@property (nonatomic, strong) NSArray *rankList;
@end
NS_ASSUME_NONNULL_END