






#import "MembersViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol AdverbCutDelegate <NSObject>

- (void)optimizedStateCutThatAuxiliaryWithName:(NSString *)xxpk_forgetName warnDayBusyPassword:(NSString *)warnDayBusyPassword;

@end

@interface WeightManViewController : MembersViewController

@property (nonatomic, weak) id <AdverbCutDelegate> clockBoxBedDelegate;

@end

NS_ASSUME_NONNULL_END
