







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

@protocol StoneCauseLongDelegate;


@interface CubicExistSink : UIView


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


- (void)raceChatWinOpt:(NSArray <AnyGolfNotHandCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol StoneCauseLongDelegate <NSObject>

@optional


- (void)topRainEntryView:(CubicExistSink *)capTeamView mandarinHasCell:(AnyGolfNotHandCell *)exec;


- (void)boldDrumContextRadioDepthGreatShotHome:(CubicExistSink *)capTeamView;


- (void)topRainEntryView:(CubicExistSink *)capTeamView willDisplayCell:(AnyGolfNotHandCell *)exec;


- (void)topRainEntryView:(CubicExistSink *)capTeamView didEndDisplayingCell:(AnyGolfNotHandCell *)exec;

@end
