1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-27 10:23:12 +03:00
vimr/NeoVimServer/DataWrapper.h
2017-01-06 10:31:45 +01:00

15 lines
212 B
Objective-C

/**
* Tae Won Ha - http://taewon.de - @hataewon
* See LICENSE
*/
@import Foundation;
@interface DataWrapper : NSObject
@property (strong) NSData *data;
@property (getter=isDataReady) bool dataReady;
@end