Files
yinmeng-ios/xplan-ios/Main/Mine/View/SubViews/AnchorLevel/AnchorLevelView.h

18 lines
301 B
C
Raw Normal View History

2022-12-13 21:09:48 +08:00
//
// AnchorLevelView.h
// xplan-ios
//
// Created by 冯硕 on 2022/12/13.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class AnchorLevelModel;
@interface AnchorLevelView : UIView
///用户评级信息
@property (nonatomic,strong) AnchorLevelModel *levelInfo;
@end
NS_ASSUME_NONNULL_END