Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
8d79e3f9544d4b8d49b9ef6e596970a7c1f3e459
/
.
/
lib
/
cocoa
/
src
/
transport
/
TSocketClient.h
blob: 8905ed444f6b5b4d5ec61a77457de475824ecc1e [
file
] [
log
] [
blame
]
#import <Cocoa/Cocoa.h>
#import "TNSStreamTransport.h"
@interface
TSocketClient
:
TNSStreamTransport
{
}
-
(
id
)
initWithHostname
:
(
NSString
*)
hostname
port
:
(
int
)
port
;
@end