YOUPAIOCBarrageVerticalAnimationCell.h 411 B

123456789101112131415
  1. //
  2. // YOUPAIOCBarrageVerticalAnimationCell.h
  3. // OCBarrage
  4. //
  5. // Created by QMTV on 2018/1/5.
  6. // Copyright © 2018年 LFC. All rights reserved.
  7. //
  8. #import "YOUPAIOCBarrageTextCell.h"
  9. #import "YOUPAIOCBarrageVerticalTextDescriptor.h"
  10. @interface YOUPAIOCBarrageVerticalAnimationCell : YOUPAIOCBarrageTextCell
  11. @property (nonatomic, strong) YOUPAIOCBarrageVerticalTextDescriptor *verticalTextDescriptor;
  12. @end