// // LibraryListView.swift // DocHub // // Created by Tristan Juricek on 6/16/14. // Copyright (c) 2014 Perforce. All rights reserved. // import AppKit import Foundation // TODO this class can "push" it's height larger than it's initial value class LibraryListView : NSView { init(frame frameRect: NSRect) { super.init(frame:frameRect) } // override func drawRect(dirtyRect: NSRect) { // backgroundColor.set() // NSBezierPath.fillRect(self.frame) // } }