Skip to content

Commit

Permalink
Add proxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrebane committed Jan 15, 2024
1 parent c6d5ba0 commit 1437d1a
Show file tree
Hide file tree
Showing 41 changed files with 1,697 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<key>CryptoLib.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>13</integer>
<integer>25</integer>
</dict>
<key>cdoc.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>18</integer>
<integer>26</integer>
</dict>
</dict>
</dict>
Expand Down
31 changes: 30 additions & 1 deletion MoppApp/MoppApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
DF3D29CF23F6B3CF007181B8 /* SkSigningLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DF3D29CE23F6B3CF007181B8 /* SkSigningLib.framework */; };
DF3D29D023F6B3CF007181B8 /* SkSigningLib.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DF3D29CE23F6B3CF007181B8 /* SkSigningLib.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
DF3F62B026BD71180070F930 /* FileDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF3F62AF26BD71180070F930 /* FileDownloader.swift */; };
DF41B5512B50736600594D01 /* ManualProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF41B5502B50736600594D01 /* ManualProxy.swift */; };
DF46181F2962E464003A1B56 /* FileUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF46181E2962E464003A1B56 /* FileUtil.swift */; };
DF4B8418284008CF005CB875 /* SignatureDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF4B8417284008CF005CB875 /* SignatureDetail.swift */; };
DF4B841A2840F8FC005CB875 /* CertificateDetailsCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF4B84192840F8FC005CB875 /* CertificateDetailsCell.swift */; };
Expand All @@ -207,6 +208,10 @@
DF8A948A29AFD11A004F6E4B /* CharacterSet+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF8A948929AFD11A004F6E4B /* CharacterSet+Additions.swift */; };
DF8EFB1A287498B900A96DE3 /* SettingsDefaultValueCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF8EFB19287498B900A96DE3 /* SettingsDefaultValueCell.swift */; };
DF900C972386768F00887385 /* tslFiles.bundle in Resources */ = {isa = PBXBuildFile; fileRef = DF900C94238567CA00887385 /* tslFiles.bundle */; };
DF9709692B4D79E400361544 /* ProxyCategoryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF9709682B4D79E400361544 /* ProxyCategoryCell.swift */; };
DF97096B2B4D7A4600361544 /* ProxyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF97096A2B4D7A4600361544 /* ProxyViewController.swift */; };
DF97096D2B4D7AA900361544 /* SettingsProxyCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF97096C2B4D7AA900361544 /* SettingsProxyCell.swift */; };
DF97096F2B4D92A700361544 /* ProxyChoiceTapGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF97096E2B4D92A700361544 /* ProxyChoiceTapGestureRecognizer.swift */; };
DF97A51129DC8CAB006FB917 /* ContainerAddAllButtonCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF97A51029DC8CAB006FB917 /* ContainerAddAllButtonCell.swift */; };
DFA56CEE2AEFEE45007D7F7E /* SettingsSivaCertCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFA56CED2AEFEE45007D7F7E /* SettingsSivaCertCell.swift */; };
DFA56CF22AF003F8007D7F7E /* RadioButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFA56CF12AF003F8007D7F7E /* RadioButton.swift */; };
Expand Down Expand Up @@ -531,6 +536,7 @@
DF3D299C23F5ADB7007181B8 /* MimeTypeExtractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MimeTypeExtractor.swift; sourceTree = "<group>"; };
DF3D29CE23F6B3CF007181B8 /* SkSigningLib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SkSigningLib.framework; sourceTree = BUILT_PRODUCTS_DIR; };
DF3F62AF26BD71180070F930 /* FileDownloader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileDownloader.swift; sourceTree = "<group>"; };
DF41B5502B50736600594D01 /* ManualProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ManualProxy.swift; sourceTree = "<group>"; };
DF46181E2962E464003A1B56 /* FileUtil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileUtil.swift; sourceTree = "<group>"; };
DF4B8417284008CF005CB875 /* SignatureDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignatureDetail.swift; sourceTree = "<group>"; };
DF4B84192840F8FC005CB875 /* CertificateDetailsCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CertificateDetailsCell.swift; sourceTree = "<group>"; };
Expand All @@ -550,6 +556,10 @@
DF8A948929AFD11A004F6E4B /* CharacterSet+Additions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CharacterSet+Additions.swift"; sourceTree = "<group>"; };
DF8EFB19287498B900A96DE3 /* SettingsDefaultValueCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsDefaultValueCell.swift; sourceTree = "<group>"; };
DF900C94238567CA00887385 /* tslFiles.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = tslFiles.bundle; sourceTree = "<group>"; };
DF9709682B4D79E400361544 /* ProxyCategoryCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyCategoryCell.swift; sourceTree = "<group>"; };
DF97096A2B4D7A4600361544 /* ProxyViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyViewController.swift; sourceTree = "<group>"; };
DF97096C2B4D7AA900361544 /* SettingsProxyCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsProxyCell.swift; sourceTree = "<group>"; };
DF97096E2B4D92A700361544 /* ProxyChoiceTapGestureRecognizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyChoiceTapGestureRecognizer.swift; sourceTree = "<group>"; };
DF97A51029DC8CAB006FB917 /* ContainerAddAllButtonCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContainerAddAllButtonCell.swift; sourceTree = "<group>"; };
DFA56CED2AEFEE45007D7F7E /* SettingsSivaCertCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsSivaCertCell.swift; sourceTree = "<group>"; };
DFA56CF12AF003F8007D7F7E /* RadioButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioButton.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -820,6 +830,7 @@
DFA56CF12AF003F8007D7F7E /* RadioButton.swift */,
DFA56CF32AF009E5007D7F7E /* RadioButton.xib */,
DF50BBCE2AF06A0800C1A7D0 /* SivaChoiceTapGestureRecognizer.swift */,
DF97096E2B4D92A700361544 /* ProxyChoiceTapGestureRecognizer.swift */,
);
name = "Custom views";
sourceTree = "<group>";
Expand Down Expand Up @@ -957,6 +968,7 @@
DFD54CF429CDDB0600CD92C7 /* SettingsTSACertCell.swift */,
DFBDF1F127D79B8B00A5CF3C /* SettingsStateCell.swift */,
DFA56CED2AEFEE45007D7F7E /* SettingsSivaCertCell.swift */,
DF97096C2B4D7AA900361544 /* SettingsProxyCell.swift */,
DF3756172AFABEB7006960C5 /* SettingsResetCell.swift */,
);
name = Settings;
Expand Down Expand Up @@ -1042,12 +1054,23 @@
name = Protocols;
sourceTree = "<group>";
};
DF548B142B4C6CDE00340EE5 /* Proxy */ = {
isa = PBXGroup;
children = (
DF9709682B4D79E400361544 /* ProxyCategoryCell.swift */,
DF97096A2B4D7A4600361544 /* ProxyViewController.swift */,
DF41B5502B50736600594D01 /* ManualProxy.swift */,
);
name = Proxy;
path = ..;
sourceTree = "<group>";
};
DF716E932B45CFD60004DCB6 /* Signing */ = {
isa = PBXGroup;
children = (
DFB29EE22B4604BF005BEB34 /* Siva */,
DF548B142B4C6CDE00340EE5 /* Proxy */,
DF716E942B45CFE90004DCB6 /* SigningCategoryViewController.swift */,
DF716E962B45D0F10004DCB6 /* SivaCertViewController.swift */,
DF716E982B45D1FF0004DCB6 /* SigningCategoryCell.swift */,
);
path = Signing;
Expand All @@ -1057,6 +1080,7 @@
isa = PBXGroup;
children = (
DFB29EE32B4604DB005BEB34 /* SivaCategoryCell.swift */,
DF716E962B45D0F10004DCB6 /* SivaCertViewController.swift */,
);
path = Siva;
sourceTree = "<group>";
Expand Down Expand Up @@ -1659,6 +1683,7 @@
C56C6206201A189600CCC2A5 /* MenuHeaderCell.swift in Sources */,
DFBF242E23DB0923008DD8D0 /* LOTLDecoder.swift in Sources */,
DF24E9D62AD5ECFB00471FFA /* DiagnosticError.swift in Sources */,
DF97096B2B4D7A4600361544 /* ProxyViewController.swift in Sources */,
DF3950602AD766DF005D96AC /* KeychainUtil.swift in Sources */,
C50DCD441FDD7E4A00D48E16 /* DataFilePreviewViewController.swift in Sources */,
C50FC431224BA3B20041925C /* ScreenDisguise.swift in Sources */,
Expand All @@ -1668,6 +1693,7 @@
C506EC7C1FB9CBFD00E07226 /* Constants.swift in Sources */,
DFD54CF529CDDB0600CD92C7 /* SettingsTSACertCell.swift in Sources */,
C58FCD5B206505BE00FE3B57 /* MyeIDStatusViewController.swift in Sources */,
DF41B5512B50736600594D01 /* ManualProxy.swift in Sources */,
DF32A67D2909B20C00AE5F82 /* AlertUtil.swift in Sources */,
C5310F2620C1777B004D3E78 /* MenuLanguageCell.swift in Sources */,
DF4B841A2840F8FC005CB875 /* CertificateDetailsCell.swift in Sources */,
Expand Down Expand Up @@ -1708,6 +1734,7 @@
39CDA7EE20ADBE93006E2E9F /* CryptoViewController.swift in Sources */,
C52E82781FC1D3ED0074B280 /* MenuViewController.swift in Sources */,
C50DCCC71FC32A2500D48E16 /* MyeIDViewController.swift in Sources */,
DF9709692B4D79E400361544 /* ProxyCategoryCell.swift in Sources */,
DF26DC8326CD45670073ABA7 /* SivaUtil.swift in Sources */,
DF35B1922AEAE32A0018AC7E /* PersonalCodeField.swift in Sources */,
DFF3C3B5233231F20079458A /* Notification+Additions.swift in Sources */,
Expand All @@ -1720,6 +1747,7 @@
C5964CE820079AE0001FE732 /* TabButton.swift in Sources */,
3921CA9920B2F5B200BF3178 /* PreviewActions.swift in Sources */,
DFBA32A629A5A64000788A87 /* CancelUtil.swift in Sources */,
DF97096D2B4D7AA900361544 /* SettingsProxyCell.swift in Sources */,
DFBDF1FC27DF6BA800A5CF3C /* MobileIDParameters.swift in Sources */,
C56C620F201A2B6500CCC2A5 /* RecentContainersHeaderCell.swift in Sources */,
C593D9F4208F3526000B3BF6 /* SettingsChoiceView.swift in Sources */,
Expand All @@ -1738,6 +1766,7 @@
DFD54CF729D1CBAF00CD92C7 /* CertUtil.swift in Sources */,
4E59080024B0F914001B23A6 /* SmartIDEditViewController.swift in Sources */,
DFD8BEF7291C434500FE8F07 /* FontUtil.swift in Sources */,
DF97096F2B4D92A700361544 /* ProxyChoiceTapGestureRecognizer.swift in Sources */,
DFB29EE42B4604DB005BEB34 /* SivaCategoryCell.swift in Sources */,
C50DCD1B1FD1576B00D48E16 /* SigningTableViewHeaderView.swift in Sources */,
C54EA73A2057E58D0039AC78 /* MoppButton.swift in Sources */,
Expand Down
2 changes: 2 additions & 0 deletions MoppApp/MoppApp/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ let kAlternativeDisplayTextFormat = "UCS-2"
let kDigestMethodSHA256 = "http://www.w3.org/2001/04/xmlenc#sha256"
let kHashType = "SHA256"

let proxyPasswordKey = "proxyPasswordKey"

// Mobile-ID and Smart-ID polling interval
let kDefaultTimeoutMs = 5000
let kDefaultTimeoutS = 5
Expand Down
69 changes: 68 additions & 1 deletion MoppApp/MoppApp/DefaultsHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
*
*/

import Foundation
import SkSigningLib

let ContainerFormatAdoc = "adoc"
let ContainerFormatBdoc = "bdoc"
let ContainerFormatEdoc = "edoc"
Expand All @@ -46,6 +49,7 @@ let CrashlyticsAlwaysSend = "Always"
let CrashlyticsNeverSend = "Never"
let CrashlyticsDefault = "Default"
// Keys
fileprivate let kFirstStartKey = "kFirstStartKey"
fileprivate let kSignMethodKey = "kSignMethodKey"
fileprivate let kPhoneNumberKey = "kPhoneNumberKey"
fileprivate let kIDCodeKey = "kIDCodeKey"
Expand Down Expand Up @@ -75,19 +79,35 @@ fileprivate let kIsRoleAndAddressEnabled = "kIsRoleAndAddressEnabled"
fileprivate let kSivaAccessState = "kSivaAccessState"
fileprivate let kSivaUrl = "kSivaUrl"
fileprivate let kSivaFileCertName = "kSivaFileCertName"
fileprivate let kProxySetting = "kProxySetting"
fileprivate let kIsProxyForSSLEnabled = "kIsProxyForSSLEnabled"
fileprivate let kProxyHost = "kProxyHost"
fileprivate let kProxyPort = "kProxyPort"
fileprivate let kProxyUsername = "kProxyUsername"

class DefaultsHelper
{
static func setDefaultKeys() {
UserDefaults.standard.register(
defaults: [
kFirstStartKey: true,
kSettingsDefaultSwitchKey: true,
kMobileIdRememberMeKey: true,
kSmartIdRememberMeKey: true
kSmartIdRememberMeKey: true,
kIsProxyForSSLEnabled: true
]
)
}

class var firstStart: Bool {
set {
UserDefaults.standard.set(newValue, forKey: kFirstStartKey)
}
get {
return (UserDefaults.standard.bool(forKey: kFirstStartKey))
}
}

class var signMethod: String {
set {
UserDefaults.standard.set(newValue, forKey: kSignMethodKey)
Expand Down Expand Up @@ -334,4 +354,51 @@ class DefaultsHelper
return UserDefaults.standard.value(forKey: kSivaFileCertName) as? String
}
}

class var proxySetting: ProxySetting {
set {
UserDefaults.standard.set(newValue.rawValue, forKey: kProxySetting)
}
get {
return ProxySetting(rawValue: UserDefaults.standard.value(forKey: kProxySetting) as? String ?? "") ?? .noProxy
}
}

class var isProxyForSSLEnabled: Bool {
set {
UserDefaults.standard.set(newValue, forKey: kIsProxyForSSLEnabled)
}
get {
return UserDefaults.standard.bool(forKey: kIsProxyForSSLEnabled)
}
}

class var proxyHost: String? {
set {
UserDefaults.standard.set(newValue, forKey: kProxyHost)
}
get {
return UserDefaults.standard.value(forKey: kProxyHost) as? String
}
}

class var proxyPort: Int {
set {
// Set default port 80
UserDefaults.standard.set(newValue == 0 ? 80 : newValue, forKey: kProxyPort)
}
get {
let port = UserDefaults.standard.integer(forKey: kProxyPort)
return port == 0 ? 80 : port
}
}

class var proxyUsername: String? {
set {
UserDefaults.standard.set(newValue, forKey: kProxyUsername)
}
get {
return UserDefaults.standard.value(forKey: kProxyUsername) as? String
}
}
}
10 changes: 9 additions & 1 deletion MoppApp/MoppApp/FileDownloader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,21 @@
*/

import Foundation
import SkSigningLib

class FileDownloader: NSObject, URLSessionDelegate {

static let shared = FileDownloader()

func downloadFile(url: URL, completion: @escaping (URL?) -> Void) {
let downloadTask: URLSessionDownloadTask = URLSession(configuration: .default, delegate: self, delegateQueue: nil).downloadTask(with: url) { (fileTempUrl, response, error) in
let manualProxyConf = ManualProxy.getManualProxyConfiguration()
var urlSessionConfiguration = URLSessionConfiguration.default
ProxyUtil.configureURLSessionWithProxy(urlSessionConfiguration: &urlSessionConfiguration, manualProxyConf: manualProxyConf)

var request = URLRequest(url: url)
ProxyUtil.setProxyAuthorizationHeader(request: &request, urlSessionConfiguration: urlSessionConfiguration, manualProxyConf: manualProxyConf)

let downloadTask: URLSessionDownloadTask = URLSession.shared.downloadTask(with: request) { (fileTempUrl, response, error) in
if error != nil { printLog("Unable to download file: \(error?.localizedDescription ?? "Unable to display error")"); return completion(nil) }
if let fileTempUrl: URL = fileTempUrl {
do {
Expand Down
3 changes: 2 additions & 1 deletion MoppApp/MoppApp/InitializationViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ class InitializationViewController : UIViewController {
},
usingTestDigiDocService: useTestDDS,
andTSUrl: DefaultsHelper.timestampUrl ?? MoppConfiguration.getMoppLibConfiguration().tsaurl,
withMoppConfiguration: MoppConfiguration.getMoppLibConfiguration()
withMoppConfiguration: MoppConfiguration.getMoppLibConfiguration(),
andProxyConfiguration: ManualProxy.getMoppLibProxyConfiguration()
)
}

Expand Down
17 changes: 17 additions & 0 deletions MoppApp/MoppApp/LocalizationKeys.swift
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,15 @@ enum LocKey : String
case settingsTimestampCertAddCertificateButton = "settings-timestamp-cert-add-certificate-button"
case settingsTimestampCertShowCertificateButton = "settings-timestamp-cert-show-certificate-button"
case settingsSivaServiceTitle = "settings-siva-service-title"
case settingsProxyTitle = "settings-proxy-title"
case settingsProxyNoProxy = "settings-proxy-no-proxy"
case settingsProxyUseSystem = "settings-proxy-use-system"
case settingsProxyUseManual = "settings-proxy-use-manual"
case settingsProxyHost = "settings-proxy-host"
case settingsProxyPort = "settings-proxy-port"
case settingsProxyUsername = "settings-proxy-username"
case settingsProxyPassword = "settings-proxy-password"
case settingsProxyAllowSSL = "settings-proxy-allow-ssl"
case settingsSivaDefaultAccessTitle = "settings-siva-default-access-title"
case settingsSivaDefaultManualAccessTitle = "settings-siva-default-manual-access-title"
case settingsSivaDefaultCertificateTitle = "settings-siva-default-certificate-title"
Expand Down Expand Up @@ -492,4 +501,12 @@ enum LocKey : String
case voiceControlDisableDefaultTimestampingService = "voice-control-disable-default-timestamping-service";
case voiceControlEnableRoleAndAddress = "voice-control-enable-role-and-address";
case voiceControlDisableRoleAndAddress = "voice-control-disable-role-and-address";
case voiceControlProxyNoProxy = "voice-control-no-proxy";
case voiceControlProxySystemProxy = "voice-control-proxy-system";
case voiceControlProxyManualProxy = "voice-control-proxy-manual";
case voiceControlProxyHost = "voice-control-proxy-host";
case voiceControlProxyPort = "voice-control-proxy-port";
case voiceControlProxyUsername = "voice-control-proxy-username";
case voiceControlProxyPassword = "voice-control-proxy-password";
case voiceControlProxyDisallowSsl = "voice-control-proxy-disallow-ssl";
}
43 changes: 43 additions & 0 deletions MoppApp/MoppApp/ManualProxy.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
//
// ManualProxy.swift
// MoppApp
//
/*
* Copyright 2017 - 2023 Riigi Infosüsteemi Amet
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/

import Foundation
import MoppLib
import SkSigningLib

public class ManualProxy {

public static func getManualProxyConfiguration() -> Proxy {
return Proxy(
host: DefaultsHelper.proxyHost ?? "",
port: DefaultsHelper.proxyPort,
username: DefaultsHelper.proxyUsername ?? "",
password: KeychainUtil.retrieve(key: proxyPasswordKey) ?? "",
isSSLEnabled: DefaultsHelper.isProxyForSSLEnabled)
}

public static func getMoppLibProxyConfiguration() -> MoppLibProxyConfiguration {
let manualProxy = ManualProxy.getManualProxyConfiguration()
return MoppLibProxyConfiguration(configuration: manualProxy.host, port: NSNumber(value: manualProxy.port), username: manualProxy.username, password: manualProxy.password)
}
}
1 change: 1 addition & 0 deletions MoppApp/MoppApp/MoppApp-Bridging-Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
#import <MoppLib/MoppLibConstants.h>
#import <MoppLib/MoppLibMobileCreateSignatureResponse.h>
#import <MoppLib/MoppLibCardReaderManager.h>
#import <MoppLib/MoppLibProxyConfiguration.h>
Loading

0 comments on commit 1437d1a

Please sign in to comment.