Skip to content

Commit

Permalink
Fixed Category option
Browse files Browse the repository at this point in the history
  • Loading branch information
d7laungani committed Mar 17, 2017
1 parent dfbd253 commit 21d61d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DLLocalNotifications/DLLocalNotifications.swift
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public class DLCategory {
public init (categoryIdentifier:String) {

identifier = categoryIdentifier
actions = [UNNotificationAction] ()

}

Expand Down Expand Up @@ -231,7 +232,7 @@ public class DLNotification {

var launchImageName: String?

var category:String?
public var category:String?

var region:CLRegion?

Expand Down

0 comments on commit 21d61d6

Please sign in to comment.