Private
Public Access
1
0

prototype of ping pong websocket (ai generated)

This commit is contained in:
2025-06-13 13:26:15 -07:00
parent 1a5bb874dc
commit 78eb946109
4 changed files with 267 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
//
// MBIMPingPongWebSocket.h
// kordophoned
//
// Created by James Magahern on 6/13/25.
// Copyright © 2025 James Magahern. All rights reserved.
//
#import <CocoaHTTPServer/WebSocket.h>
NS_ASSUME_NONNULL_BEGIN
@interface MBIMPingPongWebSocket : WebSocket
@end
NS_ASSUME_NONNULL_END