







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

@protocol KeepSuchHybridDelegate;


@interface WaitingChecker : UIView


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


- (void)eggOneEggIndex:(NSArray <RankOuncesForkCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol KeepSuchHybridDelegate <NSObject>

@optional


- (void)kitZipLegacyView:(WaitingChecker *)iconBoxView userNumeralCell:(RankOuncesForkCell *)flag;


- (void)privilegeSobTeaspoonsHurricaneOutdoorHomeUnlikelyBuild:(WaitingChecker *)iconBoxView;


- (void)kitZipLegacyView:(WaitingChecker *)iconBoxView willDisplayCell:(RankOuncesForkCell *)flag;


- (void)kitZipLegacyView:(WaitingChecker *)iconBoxView didEndDisplayingCell:(RankOuncesForkCell *)flag;

@end
