1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-28 08:13:17 +03:00
vimr/SwiftNeoVim/NeoVimViewDelegate.swift
2016-07-10 18:47:24 +02:00

12 lines
162 B
Swift

/**
* Tae Won Ha - http://taewon.de - @hataewon
* See LICENSE
*/
import Cocoa
public protocol NeoVimViewDelegate {
func setNeoVimTitle(title: String)
}