prototype of ping pong websocket (ai generated)
This commit is contained in:
17
kordophone/Bridge/MBIMPingPongWebSocket.h
Normal file
17
kordophone/Bridge/MBIMPingPongWebSocket.h
Normal 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
|
||||
Reference in New Issue
Block a user