// // Namable.swift // DocHub // // Created by Tristan Juricek on 6/25/14. // Copyright (c) 2014 Perforce. All rights reserved. // import Foundation @objc protocol Namable { var name:String { get } }