mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Wrap content list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user