// // YOUPAIOCBarrageTextCell.h // TestApp // // Created by QMTV on 2017/8/23. // Copyright © 2017年 LFC. All rights reserved. // #import "YOUPAIOCBarrageCell.h" #import "YOUPAIOCBarrageTextDescriptor.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAIOCBarrageTextCell : YOUPAIOCBarrageCell @property (nonatomic, strong) UILabel *textLabel; @property (nonatomic, strong, nullable) YOUPAIOCBarrageTextDescriptor *textDescriptor; @end NS_ASSUME_NONNULL_END