Wrap content list

This commit is contained in:
Sergey Abramchuk
2017-04-22 20:19:28 +03:00
parent 9e7836aae1
commit 1fbf4e52b3
2 changed files with 40 additions and 1 deletions
+11
View File
@@ -12,6 +12,17 @@
@interface OpenVPNConfiguration : NSObject
/**
OpenVPN profile as a NSData
*/
@property (nullable, nonatomic) NSData *fileContent;
/**
OpenVPN profile as series of key/value pairs (may be provided exclusively
or in addition to file content).
*/
@property (nullable, nonatomic) NSDictionary<NSString *, NSString *> *settings;
@end