Wrap file content property

This commit is contained in:
Sergey Abramchuk
2017-04-21 19:28:09 +03:00
parent a043f5eb84
commit b33020e4cc
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -8,6 +8,10 @@
#import <Foundation/Foundation.h>
// TODO: Wrap ClientAPI::Config into Objective-C class
@interface OpenVPNConfiguration : NSObject
@property (nullable, nonatomic) NSData *fileContent;
@end