YOUPAIOCBarrageTextCell.h 461 B

123456789101112131415161718192021
  1. //
  2. // YOUPAIOCBarrageTextCell.h
  3. // TestApp
  4. //
  5. // Created by QMTV on 2017/8/23.
  6. // Copyright © 2017年 LFC. All rights reserved.
  7. //
  8. #import "YOUPAIOCBarrageCell.h"
  9. #import "YOUPAIOCBarrageTextDescriptor.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAIOCBarrageTextCell : YOUPAIOCBarrageCell
  12. @property (nonatomic, strong) UILabel *textLabel;
  13. @property (nonatomic, strong, nullable) YOUPAIOCBarrageTextDescriptor *textDescriptor;
  14. @end
  15. NS_ASSUME_NONNULL_END