GitX v0.4.1
[GitX.git] / PBWebController.h
blob4fd4fbc66ac0c3346a77b592504bd4736d5f9d17
1 //
2 // PBWebController.h
3 // GitX
4 //
5 // Created by Pieter de Bie on 08-10-08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
10 #import <WebKit/WebKit.h>
12 @interface PBWebController : NSObject {
13 IBOutlet WebView* view;
14 NSString *startFile;
15 BOOL finishedLoading;
18 @property (retain) NSString *startFile;
19 @end