// // WorkspaceModel.swift // DocHub // // Created by Tristan Juricek on 6/10/14. // Copyright (c) 2014 Perforce. All rights reserved. // import Foundation // The DocHub "workspace" is really a collection of local files that come from // different Libraries. // class WorkspaceModel : NSObject { }