SKSourceTextResponse
open class SKSourceTextResponse : Codable
Represents a SourceKit source text response.
-
The source text of the response.
Declaration
Swift
public let sourceText: String
-
Creates a new
SKSourceTextResponse
object.Declaration
Swift
public init(sourceText: String)
Parameters
sourceText
The source text of the response.
-
Declaration
Swift
public static func == (lhs: SKSourceTextResponse, rhs: SKSourceTextResponse) -> Bool