Skip to content

Commit ff0160c

Browse files
committed
Modify the "present" method from internal to public
1 parent 5b9b535 commit ff0160c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SPAlert/SPAlertView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ open class SPAlertView: UIView {
136136

137137
//MARK: - Public Methods
138138

139-
func present() {
139+
public func present() {
140140

141141
self.haptic.impact()
142142

0 commit comments

Comments
 (0)