Skip to content

Commit

Permalink
Missing open
Browse files Browse the repository at this point in the history
  • Loading branch information
anas10 committed Jan 20, 2017
1 parent 2865069 commit 8af5f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/AABlurAlertController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 8af5f46

Please sign in to comment.