FWBarrageTextCell

@interface FWBarrageTextCell : FWBarrageCell

@property (nonatomic, strong) UILabel *textLabel;
@property (nonatomic, strong, nullable) FWBarrageTextDescriptor *textDescriptor;

@end

Undocumented