







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

@protocol StakePurchasedDelegate;


@interface LoopSortBiotin : UIView


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


- (void)doneRunStayArm:(NSArray <PongLinearPlugCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol StakePurchasedDelegate <NSObject>

@optional


- (void)affiliateNotView:(LoopSortBiotin *)teacherView suchPushHitCell:(PongLinearPlugCell *)fair;


- (void)shadowMirroringBuiltUndoDailyReachedAutoBrief:(LoopSortBiotin *)teacherView;


- (void)affiliateNotView:(LoopSortBiotin *)teacherView willDisplayCell:(PongLinearPlugCell *)fair;


- (void)affiliateNotView:(LoopSortBiotin *)teacherView didEndDisplayingCell:(PongLinearPlugCell *)fair;

@end
