From 8af5f4607911b783ced735364e1360a48edf7d0b Mon Sep 17 00:00:00 2001 From: Anas AIT ALI Date: Fri, 20 Jan 2017 17:39:13 +0000 Subject: [PATCH] Missing open --- Source/AABlurAlertController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/AABlurAlertController.swift b/Source/AABlurAlertController.swift index 6051bbc..155b7f9 100644 --- a/Source/AABlurAlertController.swift +++ b/Source/AABlurAlertController.swift @@ -203,7 +203,7 @@ open class AABlurAlertController: UIViewController { backgroundImage.addSubview(blurEffectView) } - func addAction(action: AABlurAlertAction) { + open func addAction(action: AABlurAlertAction) { action.parent = self buttonsStackView.addArrangedSubview(action) }