From 7528651a9e1fe81f71bd5f5162c8b469487ad70e Mon Sep 17 00:00:00 2001 From: Masayuki Ono Date: Mon, 29 May 2017 11:58:21 +0900 Subject: [PATCH] Revert "Fix carhage" This reverts commit 7929dd26dd4891603233cf70161c7164e225638d. --- NativePopup/NativePopup.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NativePopup/NativePopup.swift b/NativePopup/NativePopup.swift index f52da5d..7bcb6c9 100644 --- a/NativePopup/NativePopup.swift +++ b/NativePopup/NativePopup.swift @@ -15,7 +15,7 @@ public class NativePopup: UIView { private let effectView: UIVisualEffectView private let imageView: UIView - public class func show(image: ImageConvertible, + public static func show(image: ImageConvertible, title: String, message: String?, duration: TimeInterval = 1.5,