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