






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface BinDaysPlusLabel : UILabel

@property (nonatomic, copy) void(^thickAltitudeJobWithinGetSplat)(void);

@property (nonatomic, assign) BOOL markFixingLose;

+ (BinDaysPlusLabel *)inuitDailySunLabel;

+ (BinDaysPlusLabel *)inuitDailySunLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
