







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

@protocol PinHourPopLoseDelegate;


@interface MixerFavorites : UIView


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


- (void)typeFoldButTwo:(NSArray <OddAxesExecAirCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol PinHourPopLoseDelegate <NSObject>

@optional


- (void)guestLessEggView:(MixerFavorites *)measureView herEggReplyCell:(OddAxesExecAirCell *)plan;


- (void)siblingsCheckoutScanMediaAbnormalVisibleLaterGroup:(MixerFavorites *)measureView;


- (void)guestLessEggView:(MixerFavorites *)measureView willDisplayCell:(OddAxesExecAirCell *)plan;


- (void)guestLessEggView:(MixerFavorites *)measureView didEndDisplayingCell:(OddAxesExecAirCell *)plan;

@end
