






#import "HostHueViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol SmartAxesDelegate <NSObject>

- (void)lighterSeasonEnsureBadgeFatWithName:(NSString *)xxpk_forgetName useFatCleanPassword:(NSString *)useFatCleanPassword;

@end

@interface FoggyFeatViewController : HostHueViewController

@property (nonatomic, weak) id <SmartAxesDelegate> foldRemovalDelegate;

@end

NS_ASSUME_NONNULL_END
