







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

@protocol ConnectedBirthDelegate;


@interface EarDustTurnEar : UIView


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


- (void)tryMetalKinTip:(NSArray <SmartTrialHelpCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol ConnectedBirthDelegate <NSObject>

@optional


- (void)withinToggleView:(EarDustTurnEar *)penAwayView diskMapTeamCell:(SmartTrialHelpCell *)jump;


- (void)bringBundlesReadableGreaterHundredsHangProvidedWet:(EarDustTurnEar *)penAwayView;


- (void)withinToggleView:(EarDustTurnEar *)penAwayView willDisplayCell:(SmartTrialHelpCell *)jump;


- (void)withinToggleView:(EarDustTurnEar *)penAwayView didEndDisplayingCell:(SmartTrialHelpCell *)jump;

@end
