






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface AirlineMeanLabel : UILabel

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

@property (nonatomic, assign) BOOL zeroFlipPutEgg;

+ (AirlineMeanLabel *)datumBagStakeLabel;

+ (AirlineMeanLabel *)datumBagStakeLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
