8 lines
173 B
Swift
8 lines
173 B
Swift
|
import Foundation
|
||
|
|
||
|
extension MWKSearchResult {
|
||
|
public var pageNamespace: PageNamespace? {
|
||
|
return PageNamespace(namespaceValue: titleNamespace?.intValue)
|
||
|
}
|
||
|
}
|