






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface ManDeepManager : NSObject

+ (instancetype)shared;

- (void)fillerCapDry;

- (void)sentencesAllLenientOptPrevent;

@end

NS_ASSUME_NONNULL_END
