diff --git a/js/ui/cordova/plugins/cordova-plugin-chrome-apps-sockets-tcp/src/ios/ChromeSocketsTcp.h b/js/ui/cordova/plugins/cordova-plugin-chrome-apps-sockets-tcp/src/ios/ChromeSocketsTcp.h new file mode 100644 index 0000000..59ca5f3 --- /dev/null +++ b/js/ui/cordova/plugins/cordova-plugin-chrome-apps-sockets-tcp/src/ios/ChromeSocketsTcp.h @@ -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 +#import + +@class GCDAsyncSocket; + +@interface ChromeSocketsTcp : CDVPlugin + +- (NSUInteger)registerAcceptedSocket:(GCDAsyncSocket*)theSocket; + +@end