mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 19:47:41 +03:00
14 lines
196 B
C
14 lines
196 B
C
|
//
|
||
|
// Created by Tae Won Ha on 1/13/17.
|
||
|
// Copyright (c) 2017 Tae Won Ha. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
|
||
|
@interface NetUtils : NSObject
|
||
|
|
||
|
+ (in_port_t)openPort;
|
||
|
|
||
|
@end
|