mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 15:25:14 +03:00
18 lines
512 B
Objective-C
18 lines
512 B
Objective-C
/**
|
|
* Tae Won Ha - http://taewon.de - @hataewon
|
|
* See LICENSE
|
|
*/
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for SwiftNeoVim.
|
|
FOUNDATION_EXPORT double SwiftNeoVimVersionNumber;
|
|
|
|
//! Project version string for SwiftNeoVim.
|
|
FOUNDATION_EXPORT const unsigned char SwiftNeoVimVersionString[];
|
|
|
|
#import <SwiftNeoVim/NeoVimUiBridgeProtocol.h>
|
|
// TODO: this header should not be public, but we cannot use a bridging header in a framework.
|
|
#import <SwiftNeoVim/NeoVimXpc.h>
|
|
#import <SwiftNeoVim/TextDrawer.h>
|