Skip to content

Commit

Permalink
Merge pull request #13 from mono0926/fix
Browse files Browse the repository at this point in the history
Revert to static from class
  • Loading branch information
mono0926 committed May 29, 2017
2 parents cb959b0 + 7528651 commit 4b7fcca
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 4b7fcca

Please sign in to comment.