Sha256: 52e4fbde2a7a14786fb3fe80d0784a27426b6344bf291269d7c6ebedea005333
Contents?: true
Size: 240 Bytes
Versions: 75
Compression:
Stored size: 240 Bytes
Contents
// // TcpConnection.h // Rhodes Debugger // #import <Cocoa/Cocoa.h> #import "DebugConnection.h" @interface TcpConnection : DebugConnection { CFSocketRef socket; NSFileHandle *listeningHandle, *dataHandle; NSString *recvData; } @end
Version data entries
75 entries across 75 versions & 1 rubygems