







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

@protocol PinBankAreMathDelegate;


@interface GolfFarManTree : UIView


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


- (void)needLookButton:(NSArray <AwayVisionCurlCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol PinBankAreMathDelegate <NSObject>

@optional


- (void)visitedExactView:(GolfFarManTree *)revokedView headScrollsCell:(AwayVisionCurlCell *)site;


- (void)metricsSideWeightedShiftMobileMinimalFoundSafe:(GolfFarManTree *)revokedView;


- (void)visitedExactView:(GolfFarManTree *)revokedView willDisplayCell:(AwayVisionCurlCell *)site;


- (void)visitedExactView:(GolfFarManTree *)revokedView didEndDisplayingCell:(AwayVisionCurlCell *)site;

@end
