first commit
This commit is contained in:
commit
bca1a00545
161 changed files with 15899 additions and 0 deletions
19
ViewDelegate.h
Normal file
19
ViewDelegate.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
//
|
||||
// ViewDelegate.h
|
||||
// Twittia 2
|
||||
//
|
||||
// Created by Jeena on 15.04.10.
|
||||
// Licence: BSD (see attached LICENCE.txt file).
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <WebKit/WebKit.h>
|
||||
#import "StatusView.h"
|
||||
|
||||
@interface ViewDelegate : NSObject<StatusView> {
|
||||
WebView *webView;
|
||||
}
|
||||
|
||||
-(id)initWithWebView:(WebView *) webView;
|
||||
|
||||
@end
|
Reference in a new issue