






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface KeepDueModel : NSObject

@property (nonatomic, assign) BOOL waxRestores;
@property (nonatomic, copy) NSString * depending;
@property (nonatomic, copy) NSString * eggHasSalt;
@property (nonatomic, copy) NSString * wakeHisDueColor;
@property (nonatomic, copy) NSString * cubicPivotText;

@end

NS_ASSUME_NONNULL_END
