// // AreaModel.swift // DocHub // // Created by Tristan Juricek on 6/10/14. // Copyright (c) 2014 Perforce. All rights reserved. // import Foundation // Each area represents a "starting point" for each library. Really, it's a // directory in a library. // protocol Area { }