






#import "OurMoreViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol OutActiveDelegate <NSObject>

- (void)irishMatrixAchievedOptSquareWithName:(NSString *)xxpk_forgetName binSkipBusyPassword:(NSString *)binSkipBusyPassword;

@end

@interface SatisfiedViewController : OurMoreViewController

@property (nonatomic, weak) id <OutActiveDelegate> redArrangerDelegate;

@end

NS_ASSUME_NONNULL_END
