5 // Created by Pieter de Bie on 08-10-08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
9 #import <Cocoa/Cocoa.h>
10 #import <WebKit/WebKit.h>
12 @interface PBWebController
: NSObject
{
13 IBOutlet WebView
* view
;
17 // For async git reading
18 NSMapTable
*callbacks
;
20 // For the repository access
21 IBOutlet id repository
;
24 @
property (retain
) NSString
*startFile
;
25 @
property (retain
) id repository
;
27 - (WebScriptObject
*) script
;