Files
yinmeng-ios/xplan-ios/Main/Room/View/AnimationView/XPRoomAnchorRankBannerView.h
2022-06-13 19:07:07 +08:00

19 lines
365 B
Objective-C

//
// XPRoomAnchorRankBannerView.h
// xplan-ios
//
// Created by GreenLand on 2022/4/15.
// 个播小时榜飘屏
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class RoomHalfHourRankModel;
@interface XPRoomAnchorRankBannerView : UIView
///个播小时榜信息
@property (nonatomic,copy) RoomHalfHourRankModel * anchorRankInfo;
@end
NS_ASSUME_NONNULL_END