







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

@protocol BusLowSigmaRunDelegate;


@interface TheSeeLostCrop : UIView


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


- (void)digestMinimize:(NSArray <ClipSigmaDenseCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol BusLowSigmaRunDelegate <NSObject>

@optional


- (void)linkAskSoundView:(TheSeeLostCrop *)prepNotView cacheShrinkCell:(ClipSigmaDenseCell *)foot;


- (void)overdueEighteenStampItsEstimatedWireRareLink:(TheSeeLostCrop *)prepNotView;


- (void)linkAskSoundView:(TheSeeLostCrop *)prepNotView willDisplayCell:(ClipSigmaDenseCell *)foot;


- (void)linkAskSoundView:(TheSeeLostCrop *)prepNotView didEndDisplayingCell:(ClipSigmaDenseCell *)foot;

@end
