







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

@protocol PutAgeEveryEraDelegate;


@interface AccessedPeople : UIView


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


- (void)carFixCertCity:(NSArray <ExternalSmoothCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol PutAgeEveryEraDelegate <NSObject>

@optional


- (void)blinkOurFunkView:(AccessedPeople *)keysCupView usePersonalCell:(ExternalSmoothCell *)dust;


- (void)periodTodayRotationUpperSubtitlesCurveProblemLeap:(AccessedPeople *)keysCupView;


- (void)blinkOurFunkView:(AccessedPeople *)keysCupView willDisplayCell:(ExternalSmoothCell *)dust;


- (void)blinkOurFunkView:(AccessedPeople *)keysCupView didEndDisplayingCell:(ExternalSmoothCell *)dust;

@end
