customUserAgent data type fix
This commit is contained in:
parent
7884736227
commit
2725c39d3e
@ -23,7 +23,7 @@ import Foundation
|
||||
public var openOauthWebView: Bool?
|
||||
public var showNativeNavigation: Bool?
|
||||
public var openInWebview: Bool?
|
||||
public var customUserAgent: JSONValueDictionary?
|
||||
public var customUserAgent: String?
|
||||
public var postRequest: Bool?
|
||||
public var dontShowProgress: Bool?
|
||||
public var headerParameters: JSONValueDictionary?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user