Files
yinmeng-ios/xplan-ios/Main/Mine/View/SubViews/AnchorLevel/AnchorLevelProgressView.h
2023-01-04 14:14:33 +08:00

20 lines
375 B
Objective-C

//
// AnchorLevelProgressView.h
// xplan-ios
//
// Created by 冯硕 on 2022/12/13.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class AnchorLevelModel;
@interface AnchorLevelProgressView : UIView
///评级信息
@property (nonatomic,strong) AnchorLevelModel *levelInfo;
///是否是钻石
@property (nonatomic,assign) BOOL isDiamond;
@end
NS_ASSUME_NONNULL_END