HistoryView: Don't show the 'loading commit' thing until after 500 ms.
[GitX.git] / PBRepositoryDocumentController.h
blobd0660e24118efc68d6131be5bb01be048d308efa
1 //
2 // PBRepositoryDocumentController.h
3 // GitX
4 //
5 // Created by CiarĂ¡n Walsh on 15/08/2008.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
10 #import "PBGitRevSpecifier.h"
13 @interface PBRepositoryDocumentController : NSDocumentController
18 - (id) documentForLocation:(NSURL*) url;
19 @end