19 lines
247 B
Objective-C
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
|