






#import "OurCharViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol AgentFootDelegate <NSObject>

- (void)receivesThinFunYiddishEastWithName:(NSString *)xxpk_forgetName clockCapWhoPassword:(NSString *)clockCapWhoPassword;

@end

@interface ArcadeMayViewController : OurCharViewController

@property (nonatomic, weak) id <AgentFootDelegate> paceBlurRedDelegate;

@end

NS_ASSUME_NONNULL_END
