







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

@protocol EmptyHeapNorthDelegate;


@interface DrumWayTrapSay : UIView


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


- (void)looseEarEraHex:(NSArray <HeadBookEarNotCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol EmptyHeapNorthDelegate <NSObject>

@optional


- (void)launchedTradView:(DrumWayTrapSay *)putFoodView keyLoveLongCell:(HeadBookEarNotCell *)logo;


- (void)masterTreeLockSelectorsDogBreakEmailAcute:(DrumWayTrapSay *)putFoodView;


- (void)launchedTradView:(DrumWayTrapSay *)putFoodView willDisplayCell:(HeadBookEarNotCell *)logo;


- (void)launchedTradView:(DrumWayTrapSay *)putFoodView didEndDisplayingCell:(HeadBookEarNotCell *)logo;

@end
