







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

@protocol KitKitLimitArmDelegate;


@interface OptionEditArea : UIView


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


- (void)mustSolidHeart:(NSArray <HexRingTryHourCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol KitKitLimitArmDelegate <NSObject>

@optional


- (void)fractionLessView:(OptionEditArea *)planGetView denyPintForCell:(HexRingTryHourCell *)best;


- (void)golfSindhiCourseMileDeletionTowerUnboundGallon:(OptionEditArea *)planGetView;


- (void)fractionLessView:(OptionEditArea *)planGetView willDisplayCell:(HexRingTryHourCell *)best;


- (void)fractionLessView:(OptionEditArea *)planGetView didEndDisplayingCell:(HexRingTryHourCell *)best;

@end
