Deleted unused keys.
This commit is contained in:
parent
1c55e0c8a9
commit
66054ca735
|
@ -8,18 +8,10 @@
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
typealias UserInfoDictionary = [AnyHashable: Any]
|
|
||||||
|
|
||||||
struct UserInfoKey {
|
struct UserInfoKey {
|
||||||
|
|
||||||
static let view = "view"
|
|
||||||
static let article = "article"
|
|
||||||
static let articles = "articles"
|
|
||||||
static let navigationKeyPressed = "navigationKeyPressed"
|
|
||||||
static let objects = "objects"
|
|
||||||
static let webFeed = "webFeed"
|
static let webFeed = "webFeed"
|
||||||
static let url = "url"
|
static let url = "url"
|
||||||
static let author = "author"
|
|
||||||
static let articlePath = "articlePath"
|
static let articlePath = "articlePath"
|
||||||
static let feedIdentifier = "feedIdentifier"
|
static let feedIdentifier = "feedIdentifier"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue