







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

@protocol HisHallMayArtsDelegate;


@interface WeekAlwaysSlow : UIView


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


- (void)burstFactEvent:(NSArray <LoopsListenersCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol HisHallMayArtsDelegate <NSObject>

@optional


- (void)sonOxygenEndView:(WeekAlwaysSlow *)finnishView sodiumPhaseCell:(LoopsListenersCell *)exec;


- (void)defineSeeCardEsperantoCautionOutletJumpNet:(WeekAlwaysSlow *)finnishView;


- (void)sonOxygenEndView:(WeekAlwaysSlow *)finnishView willDisplayCell:(LoopsListenersCell *)exec;


- (void)sonOxygenEndView:(WeekAlwaysSlow *)finnishView didEndDisplayingCell:(LoopsListenersCell *)exec;

@end
