luxlabs header browser preview


@class UIButton, SFContactAutoFillValue, UILabel;

@interface SFContactAutoFillTableViewCell : UITableViewCell {
    SFContactAutoFillValue *_value;
    UIButton *_checkmarkButton;
    UILabel *_categoryLabel;
    UILabel *_optionLabel;
}

@property (nonatomic) BOOL usesDetailAppearance;
@property (nonatomic) BOOL checked;

- (void).cxx_destruct;
- (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1;
- (void)checkmarkButtonTapped:(id)a0;
- (void)setValue:(id)a0 property:(id)a1;

@end