1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-29 00:34:26 +03:00
vimr/NeoVimServer/CocoaCategories.h

20 lines
273 B
C
Raw Normal View History

/**
* Tae Won Ha - http://taewon.de - @hataewon
* See LICENSE
*/
2016-10-22 18:25:43 +03:00
@import Foundation;
@interface NSObject (NeoVimServer)
@property (readonly, nonnull) const char *cdesc;
@end
@interface NSString (NeoVimServer)
@property (readonly, nonnull) const char *cstr;
@end