YOUPAIOCBarrageCoustmerCell.h 564 B

1234567891011121314151617181920212223
  1. //
  2. // YOUPAIOCBarrageCoustmerCell.h
  3. // livePro
  4. //
  5. // Created by leo on 2019/11/25.
  6. // Copyright © 2019 caiPro. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAIOCBarrageCell.h"
  10. #import "YOUPAIOCBarrageTextDescriptor.h"
  11. #import "YOUPAILPIMNotificationModel.h"
  12. NS_ASSUME_NONNULL_BEGIN
  13. @interface YOUPAIOCBarrageCoustmerCell : YOUPAIOCBarrageCell
  14. {
  15. CAGradientLayer *_gradientLayer;
  16. }
  17. @property(nonatomic,strong)YOUPAILPIMNotificationModel *dataModel;
  18. @property(nonatomic,strong)YOUPAIOCBarrageTextDescriptor *des;
  19. @end
  20. NS_ASSUME_NONNULL_END