diff --git a/Shared/UserInfoKey.swift b/Shared/UserInfoKey.swift index d095dd5c0..482db7b14 100644 --- a/Shared/UserInfoKey.swift +++ b/Shared/UserInfoKey.swift @@ -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"