18 lines
293 B
Objective-C
18 lines
293 B
Objective-C
//
|
|
// 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
|