ProvidesLocationPath.swift 562 B

12345678910111213141516
  1. // Sources/SwiftProtobufPluginLibrary/ProvidesLocationPath.swift - Proto Field numbers
  2. //
  3. // Copyright (c) 2014 - 2017 Apple Inc. and the project authors
  4. // Licensed under Apache License v2.0 with Runtime Library Exception
  5. //
  6. // See LICENSE.txt for license information:
  7. // https://github.com/apple/swift-protobuf/blob/main/LICENSE.txt
  8. //
  9. // -----------------------------------------------------------------------------
  10. import Foundation
  11. public protocol ProvidesLocationPath {
  12. func getLocationPath(path: inout IndexPath)
  13. var file: FileDescriptor! { get }
  14. }