1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 11:35:35 +03:00
vimr/NeoVimServer/CocoaCategories.h
2016-10-22 17:28:35 +02:00

20 lines
273 B
Objective-C

/**
* Tae Won Ha - http://taewon.de - @hataewon
* See LICENSE
*/
@import Foundation;
@interface NSObject (NeoVimServer)
@property (readonly, nonnull) const char *cdesc;
@end
@interface NSString (NeoVimServer)
@property (readonly, nonnull) const char *cstr;
@end