WorkspaceModel.swift #1

  • //
  • main/
  • guest/
  • tjuricek/
  • DocHub/
  • DocHub/
  • WorkspaceModel.swift
  • View
  • Commits
  • Open Download .zip Download (313 B)
//
//  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 {
    
    
}
# Change User Description Committed
#1 9397 tjuricek Basic p4d interaction with p4 using Swift