@class NSString, UIColor, UIVisualEffect; @interface UITableViewRowAction : NSObject @property (readonly, nonatomic, getter=_handler) id /* block */ handler; @property (readonly, nonatomic) long long style; @property (copy, nonatomic) NSString *title; @property (copy, nonatomic) UIColor *backgroundColor; @property (copy, nonatomic) UIVisualEffect *backgroundEffect; + (id)rowActionWithStyle:(long long)a0 title:(id)a1 handler:(id /* block */)a2; - (void).cxx_destruct; - (id)_button; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)_initWithStyle:(long long)a0 title:(id)a1 handler:(id /* block */)a2; - (void)_setButton:(id)a0; @end