diff --git a/SCLAlertView/SCLAlertView.swift b/SCLAlertView/SCLAlertView.swift index bf85de5..7af35d6 100644 --- a/SCLAlertView/SCLAlertView.swift +++ b/SCLAlertView/SCLAlertView.swift @@ -76,7 +76,7 @@ open class SCLButton: UIButton { var target:AnyObject! var selector:Selector! var action:(()->Void)! - var customBackgroundColor:UIColor? + open var customBackgroundColor: UIColor? var customTextColor:UIColor? var initialTitle:String! var showTimeout:ShowTimeoutConfiguration?