






#import "MalteseViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol IconThreeDelegate <NSObject>

- (void)eulerAlonePickStrokedWindowsWithName:(NSString *)xxpk_forgetName theSayTatarPassword:(NSString *)theSayTatarPassword;

@end

@interface QualifiedViewController : MalteseViewController

@property (nonatomic, weak) id <IconThreeDelegate> ourMapBlackDelegate;

@end

NS_ASSUME_NONNULL_END
