Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
f864e27e47
commit
baaa887143
|
@ -0,0 +1,14 @@
|
|||
// Copyright (c) 2014 The Chromium Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Cordova/CDVPlugin.h>
|
||||
|
||||
@class GCDAsyncSocket;
|
||||
|
||||
@interface ChromeSocketsTcp : CDVPlugin
|
||||
|
||||
- (NSUInteger)registerAcceptedSocket:(GCDAsyncSocket*)theSocket;
|
||||
|
||||
@end
|
Loading…
Reference in New Issue
Block a user