// // YOUPAIOCBarrageCoustmerCell.h // livePro // // Created by leo on 2019/11/25. // Copyright © 2019 caiPro. All rights reserved. // #import #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