/** * Tae Won Ha - http://taewon.de - @hataewon * See LICENSE */ #import #import "NeoVimXpc.h" @protocol NeoVimUi; @interface NeoVimXpcImpl : NSObject - (instancetype)initWithNeoVimUi:(id)ui; @end