test/index: add more tests
[GitX.git] / PBDiffWindowController.h
blob6cb1bafcdc16fe54321506ad02818e1a587c9a8a
1 //
2 // PBDiffWindowController.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>
12 @interface PBDiffWindowController : NSWindowController {
13 NSString *diff;
16 - initWithDiff:(NSString *)diff;
17 @property (readonly) NSString *diff;
18 @end