Skip to content

Commit

Permalink
Merge pull request #210 from Ferdens/swift5
Browse files Browse the repository at this point in the history
Swift5
  • Loading branch information
3lvis authored Jun 5, 2020
2 parents 48bf881 + caa24c8 commit 6163361
Show file tree
Hide file tree
Showing 6 changed files with 301 additions and 265 deletions.
1 change: 1 addition & 0 deletions Source/Message.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public struct Announcement {
public var subtitle: String?
public var image: UIImage?
public var duration: TimeInterval
public var notifData: [AnyHashable : Any]?
public var action: (() -> Void)?

public init(title: String, subtitle: String? = nil, image: UIImage? = nil, duration: TimeInterval = 2, action: (() -> Void)? = nil) {
Expand Down
Loading

0 comments on commit 6163361

Please sign in to comment.