HistoryView: Don't show the 'loading commit' thing until after 500 ms.
[GitX.git] / PBWebDiffController.h
blobbda60145c2218289fdda18a704b7fc7372ab67d1
1 //
2 // PBWebDiffController.h
3 // GitX
4 //
5 // Created by Pieter de Bie on 13-10-08.
6 // Copyright 2008 Pieter de Bie. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
10 #import "PBWebController.h"
11 #import "PBDiffWindowController.h"
13 @interface PBWebDiffController : PBWebController {
14 IBOutlet PBDiffWindowController *diffController;
17 - (void) showDiff:(NSString *)diff;
18 @end