luxlabs header browser preview


@class UILabel;

@interface WFRecommendationCell : UITableViewCell

@property (weak, nonatomic) UILabel *titleLabel;
@property (weak, nonatomic) UILabel *descriptionLabel;

- (void).cxx_destruct;

@end