luxlabs header browser preview


@interface SFMultipleLineAlertAction : UIAlertAction

+ (id)actionWithTitle:(id)a0 detail:(id)a1 handler:(id /* block */)a2;
+ (id)actionWithTitle:(id)a0 detail:(id)a1 style:(long long)a2 handler:(id /* block */)a3;

@end