OCBarrageTextCell.h 425 B

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