1234567891011121314151617181920212223 |
- //
- // YOUPAIOCBarrageCoustmerCell.h
- // livePro
- //
- // Created by leo on 2019/11/25.
- // Copyright © 2019 caiPro. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAIOCBarrageCell.h"
- #import "YOUPAIOCBarrageTextDescriptor.h"
- #import "YOUPAILPIMNotificationModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIOCBarrageCoustmerCell : YOUPAIOCBarrageCell
- {
- CAGradientLayer *_gradientLayer;
- }
- @property(nonatomic,strong)YOUPAILPIMNotificationModel *dataModel;
- @property(nonatomic,strong)YOUPAIOCBarrageTextDescriptor *des;
- @end
- NS_ASSUME_NONNULL_END
|