mirror of
https://github.com/dsward2/macSVG.git
synced 2026-03-02 18:23:58 +01:00
11 lines
105 B
Objective-C
Executable File
11 lines
105 B
Objective-C
Executable File
#import <Foundation/Foundation.h>
|
|
#import "WebSocket.h"
|
|
|
|
|
|
@interface MyWebSocket : WebSocket
|
|
{
|
|
|
|
}
|
|
|
|
@end
|