XCTSourceCodeLocation
An object that contains a file URL and line number that represents a distinct location in source code.
-
A file URL that represents the file-system location of the source code file.
-
An integer that represents a line of code in a source code file.
-
Initializes a new instance with a file URL and a line number.
-
-
View on GitHub