luxlabs header browser preview


@class NSString, UILabel, UIView;

@interface FIUIWorkoutFootnoteTableViewCell : UITableViewCell {
    UILabel *_titleLabel;
    UILabel *_footnoteLabel;
    UIView *_dividerView;
}

@property (copy, nonatomic) NSString *titleText;
@property (copy, nonatomic) NSString *footnoteText;

+ (double)preferredHeight;

- (void).cxx_destruct;
- (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1;
- (void)layoutSubviews;

@end