






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface AgeGoalForkLabel : UILabel

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

@property (nonatomic, assign) BOOL aloneAnimating;

+ (AgeGoalForkLabel *)tableNotBeganLabel;

+ (AgeGoalForkLabel *)tableNotBeganLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
