







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

@protocol AtomWonSonFireDelegate;


@interface EndOptNotLight : UIView


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


- (void)reducePeriodic:(NSArray <FileInputBelowCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol AtomWonSonFireDelegate <NSObject>

@optional


- (void)cleanUnitHueView:(EndOptNotLight *)tempRawView earCardTypeCell:(FileInputBelowCell *)exec;


- (void)beginningListenerEqualAnnotatedSubtractMeanCatLearn:(EndOptNotLight *)tempRawView;


- (void)cleanUnitHueView:(EndOptNotLight *)tempRawView willDisplayCell:(FileInputBelowCell *)exec;


- (void)cleanUnitHueView:(EndOptNotLight *)tempRawView didEndDisplayingCell:(FileInputBelowCell *)exec;

@end
