mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 11:37:32 +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
8 lines
126 B
Objective-C
8 lines
126 B
Objective-C
/**
|
|
* Tae Won Ha - http://taewon.de - @hataewon
|
|
* See LICENSE
|
|
*/
|
|
|
|
#import <SwiftNeoVim/SwiftNeoVim.h>
|
|
#import "NetUtils.h"
|