Sources/OphanThrift/link.swift (9 lines of code) (raw):

/** * Autogenerated by Thrift Compiler (0.21.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ import Foundation import Thrift /// Represents the position and location of a link within the Guardian site. /// We hope to enhance this structure to include a better representation of what the links /// actually mean, but for now we just report exactly what the web site tells us, /// which is a hierarchical list of named items e.g. /// "more","container-2 | highlights","Front | /uk" /// "article","news | group-1+ | card-3","container-1 | headlines","Front | /uk" public final class LinkName { public var raw: TList<String>? public init() { } public init(raw: TList<String>?) { self.raw = raw } }