






#import "RenewedViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol OperationDelegate <NSObject>

- (void)favoriteProceedImperialDitherSwipeWithName:(NSString *)xxpk_forgetName butKitRealmPassword:(NSString *)butKitRealmPassword;

@end

@interface MoireRopeViewController : RenewedViewController

@property (nonatomic, weak) id <OperationDelegate> anyChestCutDelegate;

@end

NS_ASSUME_NONNULL_END
