Skip to content

Commit

Permalink
Revert "Fix carhage"
Browse files Browse the repository at this point in the history
This reverts commit 7929dd2.
  • Loading branch information
mono0926 committed May 29, 2017
1 parent cb959b0 commit 7528651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NativePopup/NativePopup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7528651

Please sign in to comment.