YOUPAILZBarrageGradientVipNotifactionCell.h 566 B

1234567891011121314151617181920212223
  1. //
  2. // YOUPAILZBarrageGradientVipNotifactionCell.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/10/21.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "YOUPAIOCBarrageCell.h"
  9. #import "YOUPAIOCBarrageTextDescriptor.h"
  10. #import "YOUPAILPIMNotificationModel.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface YOUPAILZBarrageGradientVipNotifactionCell : YOUPAIOCBarrageCell
  13. //{
  14. // CAGradientLayer *_gradientLayer;
  15. //}
  16. @property(nonatomic,strong)YOUPAILPIMNotificationModel *dataModel;
  17. @property(nonatomic,strong)YOUPAIOCBarrageTextDescriptor *des;
  18. @end
  19. NS_ASSUME_NONNULL_END