// // YOUPAIOCBarrageVerticalAnimationCell.h // OCBarrage // // Created by QMTV on 2018/1/5. // Copyright © 2018年 LFC. All rights reserved. // #import "YOUPAIOCBarrageTextCell.h" #import "YOUPAIOCBarrageVerticalTextDescriptor.h" @interface YOUPAIOCBarrageVerticalAnimationCell : YOUPAIOCBarrageTextCell @property (nonatomic, strong) YOUPAIOCBarrageVerticalTextDescriptor *verticalTextDescriptor; @end