







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

@protocol RootGainOneCapDelegate;


@interface HuePhotoNetMap : UIView


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


- (void)stampYetRetWin:(NSArray <VectorPintKindCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol RootGainOneCapDelegate <NSObject>

@optional


- (void)stackedBevelView:(HuePhotoNetMap *)rowEachView yahooRetFitCell:(VectorPintKindCell *)pace;


- (void)fallbackContainerTryOldHomeOutputGraphicsWait:(HuePhotoNetMap *)rowEachView;


- (void)stackedBevelView:(HuePhotoNetMap *)rowEachView willDisplayCell:(VectorPintKindCell *)pace;


- (void)stackedBevelView:(HuePhotoNetMap *)rowEachView didEndDisplayingCell:(VectorPintKindCell *)pace;

@end
