2 // PBDiffWindowController.h
5 // Created by Pieter de Bie on 13-10-08.
6 // Copyright 2008 Pieter de Bie. All rights reserved.
9 #import <Cocoa/Cocoa.h>
12 @interface PBDiffWindowController
: NSWindowController
{
16 - initWithDiff
:(NSString
*)diff
;
17 @
property (readonly
) NSString
*diff
;