1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-24 22:33:52 +03:00

Add missing import

This commit is contained in:
Tae Won Ha 2017-12-17 10:46:36 +01:00
parent 2e5b1b3a2a
commit f627521ba0
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -5,6 +5,7 @@
import Cocoa
import NvimMsgPack
import RxSwift
@available(OSX 10.12.2, *)
extension NvimView: NSTouchBarDelegate, NSScrubberDataSource, NSScrubberDelegate {