deep-linking-sample/Apps/Wikipedia/WMF Framework/MWKSearchResult+PageNamespace.swift

8 lines
173 B
Swift
Raw Permalink Normal View History

import Foundation
extension MWKSearchResult {
public var pageNamespace: PageNamespace? {
return PageNamespace(namespaceValue: titleNamespace?.intValue)
}
}