







#import <UIKit/UIKit.h>
#import "VideoCaretFeedCell.h"

@protocol LeakyToolTrackDelegate;


@interface QuoteCarRawCut : UIView


@property (weak, nonatomic) id<LeakyToolTrackDelegate> delegate;


- (void)wetShiftAndPin:(NSArray <VideoCaretFeedCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol LeakyToolTrackDelegate <NSObject>

@optional


- (void)incomingPastView:(QuoteCarRawCut *)boldMixView pageOffPeerCell:(VideoCaretFeedCell *)rest;


- (void)artStrideVitalDesignEuropeanMinimizeSenseExpired:(QuoteCarRawCut *)boldMixView;


- (void)incomingPastView:(QuoteCarRawCut *)boldMixView willDisplayCell:(VideoCaretFeedCell *)rest;


- (void)incomingPastView:(QuoteCarRawCut *)boldMixView didEndDisplayingCell:(VideoCaretFeedCell *)rest;

@end
