mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 03:25:03 +03:00
1a7f633cea
- WKWebView does not let you load files in arbitrary folders when you use loadHTMLString() - loadFileURL can load files from one directories, but you'd have to create a temporary file in the folder
14 lines
196 B
Objective-C
14 lines
196 B
Objective-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
|