We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7242e97 commit 33a7c8dCopy full SHA for 33a7c8d
1 file changed
Sources/ToastKit/Extension/UIView+Extension.swift
@@ -7,7 +7,7 @@
7
8
import UIKit
9
10
-extension UIView {
+public extension UIView {
11
func showToastMessage(
12
with attributes: ToastAttributes,
13
onButtonTap buttonAction: (() -> Void)? = nil
0 commit comments