Wrap guiVersion property

This commit is contained in:
Sergey Abramchuk
2017-04-22 22:45:16 +03:00
parent 0bbc860b6f
commit 3343a0e5a8
2 changed files with 14 additions and 1 deletions
+6 -1
View File
@@ -23,6 +23,11 @@
*/
@property (nullable, nonatomic) NSDictionary<NSString *, NSString *> *settings;
/**
Set to identity OpenVPN GUI version.
Format should be "<gui_identifier><space><version>"
Passed to server as IV_GUI_VER.
*/
@property (nullable, nonatomic) NSString *guiVersion;
@end