







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

@protocol FourFillRunOwnDelegate;


@interface SaturatedShake : UIView


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


- (void)redirectsSleet:(NSArray <WaterMayWhoEarCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol FourFillRunOwnDelegate <NSObject>

@optional


- (void)callHitRoundView:(SaturatedShake *)cellSobView tipSigmaBagCell:(WaterMayWhoEarCell *)chat;


- (void)chargeFavoritesDetachCourseLeastDeliveredLemmaDouble:(SaturatedShake *)cellSobView;


- (void)callHitRoundView:(SaturatedShake *)cellSobView willDisplayCell:(WaterMayWhoEarCell *)chat;


- (void)callHitRoundView:(SaturatedShake *)cellSobView didEndDisplayingCell:(WaterMayWhoEarCell *)chat;

@end
