more whee
[ITFoundation.git] / ITServiceBrowserDelegate.h
1 //
2 //  ITServiceBrowserDelegate.h
3 //  ITFoundation
4 //
5 //  Created by Alexander Strange on Sat Mar 15 2003.
6 //  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10 #import <Foundation/NSNetServices.h>
11
12 @interface ITServiceBrowserDelegate : NSObject {
13     id delegate;
14 }
15 -(id) initWithDelegate:(id)delegate;
16 @end