source: trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEWebPolicyDelegate.h@ 443

Last change on this file since 443 was 443, checked in by Nicholas Riley, 16 years ago

Drop Safari 2 support; add selectionless WebKit launching

File size: 289 bytes
Line 
1//
2// ICeCoffEEWebPolicyDelegate.h
3// ICeCoffEE
4//
5// Created by Nicholas Riley on 3/6/08.
6// Copyright 2008 Nicholas Riley. All rights reserved.
7//
8
9#import <Cocoa/Cocoa.h>
10
11
12@interface ICeCoffEEWebPolicyDelegate : NSObject {
13
14}
15
16+ (ICeCoffEEWebPolicyDelegate *)sharedDelegate;
17
18@end
Note: See TracBrowser for help on using the repository browser.