Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
a79e48874bfe03cf7195474719a85f4633931050
/
.
/
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