luxlabs header browser preview


@class UIImageView, UILabel, WFTrigger;

@interface WFTriggerTypeCell : UITableViewCell

@property (readonly, nonatomic) UIImageView *triggerIconView;
@property (readonly, nonatomic) UILabel *triggerTitleLabel;
@property (readonly, nonatomic) UILabel *triggerDescriptionLabel;
@property (retain, nonatomic) WFTrigger *trigger;
@property (retain, nonatomic) Class triggerTypeClass;

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

@end