Mark Slee | 77575e6 | 2007-09-24 19:24:53 +0000 | [diff] [blame] | 1 | #import <Cocoa/Cocoa.h> |
2 | #import "TNSStreamTransport.h" | ||||
3 | |||||
4 | @interface TSocketClient : TNSStreamTransport { | ||||
5 | } | ||||
6 | |||||
7 | - (id) initWithHostname: (NSString *) hostname | ||||
8 | port: (int) port; | ||||
9 | |||||
10 | @end | ||||
11 | |||||
12 | |||||
13 |