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