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