Deleted unused keys.

This commit is contained in:
Maurice Parker 2020-03-01 15:06:23 -08:00
parent 1c55e0c8a9
commit 66054ca735
1 changed files with 0 additions and 8 deletions

View File

@ -8,18 +8,10 @@
import Foundation
typealias UserInfoDictionary = [AnyHashable: Any]
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 url = "url"
static let author = "author"
static let articlePath = "articlePath"
static let feedIdentifier = "feedIdentifier"