// // YOUPAILZBarrageGradientOnlineNotifactionCell.h // VQU // // Created by CY on 2021/4/20. // Copyright © 2021 leo. All rights reserved. // #import "YOUPAIOCBarrageCell.h" #import "YOUPAIOCBarrageTextDescriptor.h" #import "YOUPAILPIMNotificationModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZBarrageGradientOnlineNotifactionCell : YOUPAIOCBarrageCell { CAGradientLayer *_gradientLayer; } @property(nonatomic,strong)YOUPAILPIMNotificationModel *dataModel; @property(nonatomic,strong)YOUPAIOCBarrageTextDescriptor *des; @end NS_ASSUME_NONNULL_END