// // HasDepotPath.swift // DocHub // // Created by Tristan Juricek on 6/12/14. // Copyright (c) 2014 Perforce. All rights reserved. // import Foundation protocol HasDepotPath { var depotPath:String { get } }