







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

@protocol ManSuchMoreKeyDelegate;


@interface SelfDigestClip : UIView


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


- (void)nowFaxOptHertz:(NSArray <FourCharPanAndCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol ManSuchMoreKeyDelegate <NSObject>

@optional


- (void)disparityJobView:(SelfDigestClip *)bankLowView sawInputAnyCell:(FourCharPanAndCell *)sock;


- (void)cursiveTorqueVortexInuitFocalNotationTelephonySignature:(SelfDigestClip *)bankLowView;


- (void)disparityJobView:(SelfDigestClip *)bankLowView willDisplayCell:(FourCharPanAndCell *)sock;


- (void)disparityJobView:(SelfDigestClip *)bankLowView didEndDisplayingCell:(FourCharPanAndCell *)sock;

@end
