






#import "WillZipViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol SuperiorsDelegate <NSObject>

- (void)pubInsertionHardCollapsesMagnitudeWithName:(NSString *)xxpk_forgetName armPlanWrapPassword:(NSString *)armPlanWrapPassword;

@end

@interface GetRenderViewController : WillZipViewController

@property (nonatomic, weak) id <SuperiorsDelegate> hasCanMoireDelegate;

@end

NS_ASSUME_NONNULL_END
