// // P4Info.swift // DocHub // // Created by Tristan Juricek on 6/23/14. // Copyright (c) 2014 Perforce. All rights reserved. // import Foundation struct P4Info { var map:Dictionary var clientAddress:String { return map["clientAddress"]! } }