//
//  XXGMarqueeViewCell.h
//  XXGPlayKit
//
//  Created by apple on 2025/4/10.
//

#import "XXGLiveBarrageCell.h"

NS_ASSUME_NONNULL_BEGIN

@interface XXGMarqueeViewCell : XXGLiveBarrageCell

@property (nonatomic, strong) UILabel *messageLabel;

@end

NS_ASSUME_NONNULL_END
