mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-28 08:13:17 +03:00
12 lines
162 B
Swift
12 lines
162 B
Swift
/**
|
|
* Tae Won Ha - http://taewon.de - @hataewon
|
|
* See LICENSE
|
|
*/
|
|
|
|
import Cocoa
|
|
|
|
public protocol NeoVimViewDelegate {
|
|
|
|
func setNeoVimTitle(title: String)
|
|
}
|