diff --git a/.DS_Store b/.DS_Store index 2dafe640..781ba14e 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/GME Remit.xcodeproj/project.pbxproj b/GME Remit.xcodeproj/project.pbxproj index fbdd7182..c30db2c0 100644 --- a/GME Remit.xcodeproj/project.pbxproj +++ b/GME Remit.xcodeproj/project.pbxproj @@ -159,6 +159,50 @@ 6A8AD8BB36D4B4DB2E26485D /* Pods_GME_Remit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 47722EED1012C87187DAC195 /* Pods_GME_Remit.framework */; }; 722347F0205A39D500296ADD /* SocialFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 722347EF205A39D500296ADD /* SocialFeed.swift */; }; 722347F2205A8FF600296ADD /* SocialFeedViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 722347F1205A8FF600296ADD /* SocialFeedViewModel.swift */; }; + 7301978B22535135001954AB /* KycModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301973D22535135001954AB /* KycModuleInterface.swift */; }; + 7301978C22535135001954AB /* KycService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301974022535135001954AB /* KycService.swift */; }; + 7301978D22535135001954AB /* KycServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301974122535135001954AB /* KycServiceType.swift */; }; + 7301978E22535135001954AB /* KycInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301974322535135001954AB /* KycInteractor.swift */; }; + 7301978F22535135001954AB /* KycInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301974422535135001954AB /* KycInteractorIO.swift */; }; + 7301979022535135001954AB /* KycPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301974722535135001954AB /* KycPresenter.swift */; }; + 7301979122535135001954AB /* KycWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301974922535135001954AB /* KycWireframe.swift */; }; + 7301979222535135001954AB /* KycWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301974A22535135001954AB /* KycWireframeInput.swift */; }; + 7301979322535135001954AB /* KycViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301974C22535135001954AB /* KycViewInterface.swift */; }; + 7301979422535135001954AB /* Kyc.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7301974D22535135001954AB /* Kyc.storyboard */; }; + 7301979522535135001954AB /* KycViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301974E22535135001954AB /* KycViewController.swift */; }; + 7301979622535135001954AB /* kycForm1ModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301975122535135001954AB /* kycForm1ModuleInterface.swift */; }; + 7301979722535135001954AB /* kycForm1Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301975422535135001954AB /* kycForm1Service.swift */; }; + 7301979822535135001954AB /* kycForm1ServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301975522535135001954AB /* kycForm1ServiceType.swift */; }; + 7301979922535135001954AB /* kycForm1InteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301975722535135001954AB /* kycForm1InteractorIO.swift */; }; + 7301979A22535135001954AB /* kycForm1Interactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301975822535135001954AB /* kycForm1Interactor.swift */; }; + 7301979B22535135001954AB /* kycForm1Presenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301975B22535135001954AB /* kycForm1Presenter.swift */; }; + 7301979C22535135001954AB /* kycForm1Wireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301975D22535135001954AB /* kycForm1Wireframe.swift */; }; + 7301979D22535135001954AB /* kycForm1WireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301975E22535135001954AB /* kycForm1WireframeInput.swift */; }; + 7301979E22535135001954AB /* kycForm1ViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301976022535135001954AB /* kycForm1ViewInterface.swift */; }; + 7301979F22535135001954AB /* kycForm1.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7301976122535135001954AB /* kycForm1.storyboard */; }; + 730197A022535135001954AB /* kycForm1ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301976222535135001954AB /* kycForm1ViewController.swift */; }; + 730197A122535135001954AB /* kycForm3ModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301976522535135001954AB /* kycForm3ModuleInterface.swift */; }; + 730197A222535135001954AB /* kycForm3ServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301976822535135001954AB /* kycForm3ServiceType.swift */; }; + 730197A322535135001954AB /* kycForm3Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301976922535135001954AB /* kycForm3Service.swift */; }; + 730197A422535135001954AB /* kycForm3InteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301976B22535135001954AB /* kycForm3InteractorIO.swift */; }; + 730197A522535135001954AB /* kycForm3Interactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301976C22535135001954AB /* kycForm3Interactor.swift */; }; + 730197A622535135001954AB /* kycForm3Presenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301976F22535135001954AB /* kycForm3Presenter.swift */; }; + 730197A722535135001954AB /* kycForm3Wireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301977122535135001954AB /* kycForm3Wireframe.swift */; }; + 730197A822535135001954AB /* kycForm3WireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301977222535135001954AB /* kycForm3WireframeInput.swift */; }; + 730197A922535135001954AB /* kycForm3.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7301977422535135001954AB /* kycForm3.storyboard */; }; + 730197AA22535135001954AB /* kycForm3ViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301977522535135001954AB /* kycForm3ViewInterface.swift */; }; + 730197AB22535135001954AB /* kycForm3ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301977622535135001954AB /* kycForm3ViewController.swift */; }; + 730197AC22535135001954AB /* kycForm2ModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301977922535135001954AB /* kycForm2ModuleInterface.swift */; }; + 730197AD22535135001954AB /* kycForm2ServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301977C22535135001954AB /* kycForm2ServiceType.swift */; }; + 730197AE22535135001954AB /* kycForm2Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301977D22535135001954AB /* kycForm2Service.swift */; }; + 730197AF22535135001954AB /* kycForm2InteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301977F22535135001954AB /* kycForm2InteractorIO.swift */; }; + 730197B022535135001954AB /* kycForm2Interactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301978022535135001954AB /* kycForm2Interactor.swift */; }; + 730197B122535135001954AB /* kycForm2Presenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301978322535135001954AB /* kycForm2Presenter.swift */; }; + 730197B222535135001954AB /* kycForm2Wireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301978522535135001954AB /* kycForm2Wireframe.swift */; }; + 730197B322535135001954AB /* kycForm2WireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301978622535135001954AB /* kycForm2WireframeInput.swift */; }; + 730197B422535135001954AB /* kycForm2ViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301978822535135001954AB /* kycForm2ViewInterface.swift */; }; + 730197B522535135001954AB /* kycForm2.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7301978922535135001954AB /* kycForm2.storyboard */; }; + 730197B622535135001954AB /* kycForm2ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7301978A22535135001954AB /* kycForm2ViewController.swift */; }; 917C3001C903ECEF46A5D6D0 /* Pods_GMERemittanceUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4028C5A57499BB54764190C /* Pods_GMERemittanceUITests.framework */; }; 9F02058F20171BBF00F7AE23 /* KYCenum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F02058E20171BBF00F7AE23 /* KYCenum.swift */; }; 9F03D22C1FECFC22002E132E /* RecipientFormViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F03D22B1FECFC22002E132E /* RecipientFormViewController.swift */; }; @@ -374,50 +418,6 @@ D92E6570222620A0004D1B3D /* SendMoneyCodeViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92E65652226209F004D1B3D /* SendMoneyCodeViewInterface.swift */; }; D92E6571222620A0004D1B3D /* SendMoneyCode.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D92E65662226209F004D1B3D /* SendMoneyCode.storyboard */; }; D931E22A216DCC2A008A8CD1 /* MessageCompose.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9DC107721639077008F3C51 /* MessageCompose.storyboard */; }; - D93702AE2148EE6C00D93077 /* KycModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937029B2148EE6C00D93077 /* KycModuleInterface.swift */; }; - D93702AF2148EE6C00D93077 /* KycService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937029E2148EE6C00D93077 /* KycService.swift */; }; - D93702B02148EE6C00D93077 /* KycServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937029F2148EE6C00D93077 /* KycServiceType.swift */; }; - D93702B12148EE6C00D93077 /* KycInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D93702A12148EE6C00D93077 /* KycInteractor.swift */; }; - D93702B22148EE6C00D93077 /* KycInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D93702A22148EE6C00D93077 /* KycInteractorIO.swift */; }; - D93702B32148EE6C00D93077 /* KycPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D93702A52148EE6C00D93077 /* KycPresenter.swift */; }; - D93702B42148EE6C00D93077 /* KycWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D93702A72148EE6C00D93077 /* KycWireframe.swift */; }; - D93702B52148EE6C00D93077 /* KycWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D93702A82148EE6C00D93077 /* KycWireframeInput.swift */; }; - D93702B62148EE6C00D93077 /* KycViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D93702AB2148EE6C00D93077 /* KycViewInterface.swift */; }; - D93702B72148EE6C00D93077 /* Kyc.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D93702AC2148EE6C00D93077 /* Kyc.storyboard */; }; - D93702B82148EE6C00D93077 /* KycViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D93702AD2148EE6C00D93077 /* KycViewController.swift */; }; - D937033C21490C1A00D93077 /* KycForm3ModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937032921490C1900D93077 /* KycForm3ModuleInterface.swift */; }; - D937033D21490C1A00D93077 /* KycForm3ServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937032C21490C1900D93077 /* KycForm3ServiceType.swift */; }; - D937033E21490C1A00D93077 /* KycForm3Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937032D21490C1900D93077 /* KycForm3Service.swift */; }; - D937033F21490C1A00D93077 /* KycForm3InteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937032F21490C1900D93077 /* KycForm3InteractorIO.swift */; }; - D937034021490C1A00D93077 /* KycForm3Interactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937033021490C1900D93077 /* KycForm3Interactor.swift */; }; - D937034121490C1A00D93077 /* KycForm3Presenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937033321490C1900D93077 /* KycForm3Presenter.swift */; }; - D937034221490C1A00D93077 /* KycForm3Wireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937033521490C1900D93077 /* KycForm3Wireframe.swift */; }; - D937034321490C1A00D93077 /* KycForm3WireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937033621490C1900D93077 /* KycForm3WireframeInput.swift */; }; - D937034421490C1A00D93077 /* KycForm3.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D937033921490C1900D93077 /* KycForm3.storyboard */; }; - D937034521490C1A00D93077 /* KycForm3ViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937033A21490C1900D93077 /* KycForm3ViewInterface.swift */; }; - D937034621490C1A00D93077 /* KycForm3ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937033B21490C1900D93077 /* KycForm3ViewController.swift */; }; - D937037121490C3800D93077 /* KycForm2ModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937034921490C3700D93077 /* KycForm2ModuleInterface.swift */; }; - D937037221490C3800D93077 /* KycForm2ServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937034C21490C3700D93077 /* KycForm2ServiceType.swift */; }; - D937037321490C3800D93077 /* KycForm2Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937034D21490C3700D93077 /* KycForm2Service.swift */; }; - D937037421490C3800D93077 /* KycForm2InteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937034F21490C3700D93077 /* KycForm2InteractorIO.swift */; }; - D937037521490C3800D93077 /* KycForm2Interactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937035021490C3700D93077 /* KycForm2Interactor.swift */; }; - D937037621490C3800D93077 /* KycForm2Presenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937035321490C3700D93077 /* KycForm2Presenter.swift */; }; - D937037721490C3800D93077 /* KycForm2Wireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937035521490C3700D93077 /* KycForm2Wireframe.swift */; }; - D937037821490C3800D93077 /* KycForm2WireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937035621490C3700D93077 /* KycForm2WireframeInput.swift */; }; - D937037921490C3800D93077 /* KycForm2ViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937035921490C3700D93077 /* KycForm2ViewInterface.swift */; }; - D937037A21490C3800D93077 /* KycForm2.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D937035A21490C3700D93077 /* KycForm2.storyboard */; }; - D937037B21490C3800D93077 /* KycForm2ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937035B21490C3700D93077 /* KycForm2ViewController.swift */; }; - D937037C21490C3800D93077 /* KycForm1ModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937035E21490C3800D93077 /* KycForm1ModuleInterface.swift */; }; - D937037D21490C3800D93077 /* KycForm1Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937036121490C3800D93077 /* KycForm1Service.swift */; }; - D937037E21490C3800D93077 /* KycForm1ServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937036221490C3800D93077 /* KycForm1ServiceType.swift */; }; - D937037F21490C3800D93077 /* KycForm1InteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937036421490C3800D93077 /* KycForm1InteractorIO.swift */; }; - D937038021490C3800D93077 /* KycForm1Interactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937036521490C3800D93077 /* KycForm1Interactor.swift */; }; - D937038121490C3800D93077 /* KycForm1Presenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937036821490C3800D93077 /* KycForm1Presenter.swift */; }; - D937038221490C3800D93077 /* KycForm1Wireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937036A21490C3800D93077 /* KycForm1Wireframe.swift */; }; - D937038321490C3800D93077 /* KycForm1WireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937036B21490C3800D93077 /* KycForm1WireframeInput.swift */; }; - D937038421490C3800D93077 /* KycForm1ViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937036E21490C3800D93077 /* KycForm1ViewInterface.swift */; }; - D937038521490C3800D93077 /* KycForm1.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D937036F21490C3800D93077 /* KycForm1.storyboard */; }; - D937038621490C3800D93077 /* KycForm1ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937037021490C3800D93077 /* KycForm1ViewController.swift */; }; D9380D2B2165A27B00E45156 /* ProfileChangePasswordViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9380D2A2165A27B00E45156 /* ProfileChangePasswordViewController.swift */; }; D9380D2D2165A2ED00E45156 /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9380D2C2165A2ED00E45156 /* ProfileViewController.swift */; }; D93C201822000D450079BF03 /* RSLicenseSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D93C201522000D440079BF03 /* RSLicenseSDK.framework */; }; @@ -2330,6 +2330,50 @@ 722347EF205A39D500296ADD /* SocialFeed.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocialFeed.swift; sourceTree = ""; }; 722347F1205A8FF600296ADD /* SocialFeedViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocialFeedViewModel.swift; sourceTree = ""; }; 72688D0D2060F7CF000A86C1 /* GMERemittance-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "GMERemittance-Bridging-Header.h"; sourceTree = ""; }; + 7301973D22535135001954AB /* KycModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycModuleInterface.swift; sourceTree = ""; }; + 7301974022535135001954AB /* KycService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycService.swift; sourceTree = ""; }; + 7301974122535135001954AB /* KycServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycServiceType.swift; sourceTree = ""; }; + 7301974322535135001954AB /* KycInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycInteractor.swift; sourceTree = ""; }; + 7301974422535135001954AB /* KycInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycInteractorIO.swift; sourceTree = ""; }; + 7301974722535135001954AB /* KycPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycPresenter.swift; sourceTree = ""; }; + 7301974922535135001954AB /* KycWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycWireframe.swift; sourceTree = ""; }; + 7301974A22535135001954AB /* KycWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycWireframeInput.swift; sourceTree = ""; }; + 7301974C22535135001954AB /* KycViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycViewInterface.swift; sourceTree = ""; }; + 7301974D22535135001954AB /* Kyc.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Kyc.storyboard; sourceTree = ""; }; + 7301974E22535135001954AB /* KycViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycViewController.swift; sourceTree = ""; }; + 7301975122535135001954AB /* kycForm1ModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm1ModuleInterface.swift; sourceTree = ""; }; + 7301975422535135001954AB /* kycForm1Service.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm1Service.swift; sourceTree = ""; }; + 7301975522535135001954AB /* kycForm1ServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm1ServiceType.swift; sourceTree = ""; }; + 7301975722535135001954AB /* kycForm1InteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm1InteractorIO.swift; sourceTree = ""; }; + 7301975822535135001954AB /* kycForm1Interactor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm1Interactor.swift; sourceTree = ""; }; + 7301975B22535135001954AB /* kycForm1Presenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm1Presenter.swift; sourceTree = ""; }; + 7301975D22535135001954AB /* kycForm1Wireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm1Wireframe.swift; sourceTree = ""; }; + 7301975E22535135001954AB /* kycForm1WireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm1WireframeInput.swift; sourceTree = ""; }; + 7301976022535135001954AB /* kycForm1ViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm1ViewInterface.swift; sourceTree = ""; }; + 7301976122535135001954AB /* kycForm1.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = kycForm1.storyboard; sourceTree = ""; }; + 7301976222535135001954AB /* kycForm1ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm1ViewController.swift; sourceTree = ""; }; + 7301976522535135001954AB /* kycForm3ModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm3ModuleInterface.swift; sourceTree = ""; }; + 7301976822535135001954AB /* kycForm3ServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm3ServiceType.swift; sourceTree = ""; }; + 7301976922535135001954AB /* kycForm3Service.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm3Service.swift; sourceTree = ""; }; + 7301976B22535135001954AB /* kycForm3InteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm3InteractorIO.swift; sourceTree = ""; }; + 7301976C22535135001954AB /* kycForm3Interactor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm3Interactor.swift; sourceTree = ""; }; + 7301976F22535135001954AB /* kycForm3Presenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm3Presenter.swift; sourceTree = ""; }; + 7301977122535135001954AB /* kycForm3Wireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm3Wireframe.swift; sourceTree = ""; }; + 7301977222535135001954AB /* kycForm3WireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm3WireframeInput.swift; sourceTree = ""; }; + 7301977422535135001954AB /* kycForm3.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = kycForm3.storyboard; sourceTree = ""; }; + 7301977522535135001954AB /* kycForm3ViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm3ViewInterface.swift; sourceTree = ""; }; + 7301977622535135001954AB /* kycForm3ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm3ViewController.swift; sourceTree = ""; }; + 7301977922535135001954AB /* kycForm2ModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm2ModuleInterface.swift; sourceTree = ""; }; + 7301977C22535135001954AB /* kycForm2ServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm2ServiceType.swift; sourceTree = ""; }; + 7301977D22535135001954AB /* kycForm2Service.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm2Service.swift; sourceTree = ""; }; + 7301977F22535135001954AB /* kycForm2InteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm2InteractorIO.swift; sourceTree = ""; }; + 7301978022535135001954AB /* kycForm2Interactor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm2Interactor.swift; sourceTree = ""; }; + 7301978322535135001954AB /* kycForm2Presenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm2Presenter.swift; sourceTree = ""; }; + 7301978522535135001954AB /* kycForm2Wireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm2Wireframe.swift; sourceTree = ""; }; + 7301978622535135001954AB /* kycForm2WireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm2WireframeInput.swift; sourceTree = ""; }; + 7301978822535135001954AB /* kycForm2ViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm2ViewInterface.swift; sourceTree = ""; }; + 7301978922535135001954AB /* kycForm2.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = kycForm2.storyboard; sourceTree = ""; }; + 7301978A22535135001954AB /* kycForm2ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = kycForm2ViewController.swift; sourceTree = ""; }; 745256B2A0B78E97CD1E1E4C /* Pods-GMERemittanceTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GMERemittanceTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-GMERemittanceTests/Pods-GMERemittanceTests.release.xcconfig"; sourceTree = ""; }; 9F02058E20171BBF00F7AE23 /* KYCenum.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KYCenum.swift; sourceTree = ""; }; 9F03D22B1FECFC22002E132E /* RecipientFormViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecipientFormViewController.swift; sourceTree = ""; }; @@ -2555,50 +2599,6 @@ D92E65642226209F004D1B3D /* SendMoneyCodeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyCodeViewController.swift; sourceTree = ""; }; D92E65652226209F004D1B3D /* SendMoneyCodeViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyCodeViewInterface.swift; sourceTree = ""; }; D92E65662226209F004D1B3D /* SendMoneyCode.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = SendMoneyCode.storyboard; sourceTree = ""; }; - D937029B2148EE6C00D93077 /* KycModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycModuleInterface.swift; sourceTree = ""; }; - D937029E2148EE6C00D93077 /* KycService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycService.swift; sourceTree = ""; }; - D937029F2148EE6C00D93077 /* KycServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycServiceType.swift; sourceTree = ""; }; - D93702A12148EE6C00D93077 /* KycInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycInteractor.swift; sourceTree = ""; }; - D93702A22148EE6C00D93077 /* KycInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycInteractorIO.swift; sourceTree = ""; }; - D93702A52148EE6C00D93077 /* KycPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycPresenter.swift; sourceTree = ""; }; - D93702A72148EE6C00D93077 /* KycWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycWireframe.swift; sourceTree = ""; }; - D93702A82148EE6C00D93077 /* KycWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycWireframeInput.swift; sourceTree = ""; }; - D93702AB2148EE6C00D93077 /* KycViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycViewInterface.swift; sourceTree = ""; }; - D93702AC2148EE6C00D93077 /* Kyc.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Kyc.storyboard; sourceTree = ""; }; - D93702AD2148EE6C00D93077 /* KycViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycViewController.swift; sourceTree = ""; }; - D937032921490C1900D93077 /* KycForm3ModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm3ModuleInterface.swift; sourceTree = ""; }; - D937032C21490C1900D93077 /* KycForm3ServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm3ServiceType.swift; sourceTree = ""; }; - D937032D21490C1900D93077 /* KycForm3Service.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm3Service.swift; sourceTree = ""; }; - D937032F21490C1900D93077 /* KycForm3InteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm3InteractorIO.swift; sourceTree = ""; }; - D937033021490C1900D93077 /* KycForm3Interactor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm3Interactor.swift; sourceTree = ""; }; - D937033321490C1900D93077 /* KycForm3Presenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm3Presenter.swift; sourceTree = ""; }; - D937033521490C1900D93077 /* KycForm3Wireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm3Wireframe.swift; sourceTree = ""; }; - D937033621490C1900D93077 /* KycForm3WireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm3WireframeInput.swift; sourceTree = ""; }; - D937033921490C1900D93077 /* KycForm3.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = KycForm3.storyboard; sourceTree = ""; }; - D937033A21490C1900D93077 /* KycForm3ViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm3ViewInterface.swift; sourceTree = ""; }; - D937033B21490C1900D93077 /* KycForm3ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm3ViewController.swift; sourceTree = ""; }; - D937034921490C3700D93077 /* KycForm2ModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm2ModuleInterface.swift; sourceTree = ""; }; - D937034C21490C3700D93077 /* KycForm2ServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm2ServiceType.swift; sourceTree = ""; }; - D937034D21490C3700D93077 /* KycForm2Service.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm2Service.swift; sourceTree = ""; }; - D937034F21490C3700D93077 /* KycForm2InteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm2InteractorIO.swift; sourceTree = ""; }; - D937035021490C3700D93077 /* KycForm2Interactor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm2Interactor.swift; sourceTree = ""; }; - D937035321490C3700D93077 /* KycForm2Presenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm2Presenter.swift; sourceTree = ""; }; - D937035521490C3700D93077 /* KycForm2Wireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm2Wireframe.swift; sourceTree = ""; }; - D937035621490C3700D93077 /* KycForm2WireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm2WireframeInput.swift; sourceTree = ""; }; - D937035921490C3700D93077 /* KycForm2ViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm2ViewInterface.swift; sourceTree = ""; }; - D937035A21490C3700D93077 /* KycForm2.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = KycForm2.storyboard; sourceTree = ""; }; - D937035B21490C3700D93077 /* KycForm2ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm2ViewController.swift; sourceTree = ""; }; - D937035E21490C3800D93077 /* KycForm1ModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm1ModuleInterface.swift; sourceTree = ""; }; - D937036121490C3800D93077 /* KycForm1Service.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm1Service.swift; sourceTree = ""; }; - D937036221490C3800D93077 /* KycForm1ServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm1ServiceType.swift; sourceTree = ""; }; - D937036421490C3800D93077 /* KycForm1InteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm1InteractorIO.swift; sourceTree = ""; }; - D937036521490C3800D93077 /* KycForm1Interactor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm1Interactor.swift; sourceTree = ""; }; - D937036821490C3800D93077 /* KycForm1Presenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm1Presenter.swift; sourceTree = ""; }; - D937036A21490C3800D93077 /* KycForm1Wireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm1Wireframe.swift; sourceTree = ""; }; - D937036B21490C3800D93077 /* KycForm1WireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm1WireframeInput.swift; sourceTree = ""; }; - D937036E21490C3800D93077 /* KycForm1ViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm1ViewInterface.swift; sourceTree = ""; }; - D937036F21490C3800D93077 /* KycForm1.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = KycForm1.storyboard; sourceTree = ""; }; - D937037021490C3800D93077 /* KycForm1ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KycForm1ViewController.swift; sourceTree = ""; }; D9380D2A2165A27B00E45156 /* ProfileChangePasswordViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProfileChangePasswordViewController.swift; sourceTree = ""; }; D9380D2C2165A2ED00E45156 /* ProfileViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = ""; }; D93C200E22000D440079BF03 /* TransPatternView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransPatternView.h; sourceTree = ""; }; @@ -4944,6 +4944,345 @@ path = Social; sourceTree = ""; }; + 7301973A22535135001954AB /* KYC */ = { + isa = PBXGroup; + children = ( + 7301973B22535135001954AB /* Kyc */, + 7301974F22535135001954AB /* kycForm1 */, + 7301976322535135001954AB /* kycForm3 */, + 7301977722535135001954AB /* kycForm2 */, + ); + path = KYC; + sourceTree = ""; + }; + 7301973B22535135001954AB /* Kyc */ = { + isa = PBXGroup; + children = ( + 7301973C22535135001954AB /* Module Interface */, + 7301973E22535135001954AB /* Application Logic */, + 7301974522535135001954AB /* User Interface */, + ); + path = Kyc; + sourceTree = ""; + }; + 7301973C22535135001954AB /* Module Interface */ = { + isa = PBXGroup; + children = ( + 7301973D22535135001954AB /* KycModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 7301973E22535135001954AB /* Application Logic */ = { + isa = PBXGroup; + children = ( + 7301973F22535135001954AB /* Service */, + 7301974222535135001954AB /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 7301973F22535135001954AB /* Service */ = { + isa = PBXGroup; + children = ( + 7301974022535135001954AB /* KycService.swift */, + 7301974122535135001954AB /* KycServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 7301974222535135001954AB /* Interactor */ = { + isa = PBXGroup; + children = ( + 7301974322535135001954AB /* KycInteractor.swift */, + 7301974422535135001954AB /* KycInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 7301974522535135001954AB /* User Interface */ = { + isa = PBXGroup; + children = ( + 7301974622535135001954AB /* Presenter */, + 7301974822535135001954AB /* Wireframe */, + 7301974B22535135001954AB /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 7301974622535135001954AB /* Presenter */ = { + isa = PBXGroup; + children = ( + 7301974722535135001954AB /* KycPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 7301974822535135001954AB /* Wireframe */ = { + isa = PBXGroup; + children = ( + 7301974922535135001954AB /* KycWireframe.swift */, + 7301974A22535135001954AB /* KycWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 7301974B22535135001954AB /* View */ = { + isa = PBXGroup; + children = ( + 7301974C22535135001954AB /* KycViewInterface.swift */, + 7301974D22535135001954AB /* Kyc.storyboard */, + 7301974E22535135001954AB /* KycViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 7301974F22535135001954AB /* kycForm1 */ = { + isa = PBXGroup; + children = ( + 7301975022535135001954AB /* Module Interface */, + 7301975222535135001954AB /* Application Logic */, + 7301975922535135001954AB /* User Interface */, + ); + path = kycForm1; + sourceTree = ""; + }; + 7301975022535135001954AB /* Module Interface */ = { + isa = PBXGroup; + children = ( + 7301975122535135001954AB /* kycForm1ModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 7301975222535135001954AB /* Application Logic */ = { + isa = PBXGroup; + children = ( + 7301975322535135001954AB /* Service */, + 7301975622535135001954AB /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 7301975322535135001954AB /* Service */ = { + isa = PBXGroup; + children = ( + 7301975422535135001954AB /* kycForm1Service.swift */, + 7301975522535135001954AB /* kycForm1ServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 7301975622535135001954AB /* Interactor */ = { + isa = PBXGroup; + children = ( + 7301975722535135001954AB /* kycForm1InteractorIO.swift */, + 7301975822535135001954AB /* kycForm1Interactor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 7301975922535135001954AB /* User Interface */ = { + isa = PBXGroup; + children = ( + 7301975A22535135001954AB /* Presenter */, + 7301975C22535135001954AB /* Wireframe */, + 7301975F22535135001954AB /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 7301975A22535135001954AB /* Presenter */ = { + isa = PBXGroup; + children = ( + 7301975B22535135001954AB /* kycForm1Presenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 7301975C22535135001954AB /* Wireframe */ = { + isa = PBXGroup; + children = ( + 7301975D22535135001954AB /* kycForm1Wireframe.swift */, + 7301975E22535135001954AB /* kycForm1WireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 7301975F22535135001954AB /* View */ = { + isa = PBXGroup; + children = ( + 7301976022535135001954AB /* kycForm1ViewInterface.swift */, + 7301976122535135001954AB /* kycForm1.storyboard */, + 7301976222535135001954AB /* kycForm1ViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 7301976322535135001954AB /* kycForm3 */ = { + isa = PBXGroup; + children = ( + 7301976422535135001954AB /* Module Interface */, + 7301976622535135001954AB /* Application Logic */, + 7301976D22535135001954AB /* User Interface */, + ); + path = kycForm3; + sourceTree = ""; + }; + 7301976422535135001954AB /* Module Interface */ = { + isa = PBXGroup; + children = ( + 7301976522535135001954AB /* kycForm3ModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 7301976622535135001954AB /* Application Logic */ = { + isa = PBXGroup; + children = ( + 7301976722535135001954AB /* Service */, + 7301976A22535135001954AB /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 7301976722535135001954AB /* Service */ = { + isa = PBXGroup; + children = ( + 7301976822535135001954AB /* kycForm3ServiceType.swift */, + 7301976922535135001954AB /* kycForm3Service.swift */, + ); + path = Service; + sourceTree = ""; + }; + 7301976A22535135001954AB /* Interactor */ = { + isa = PBXGroup; + children = ( + 7301976B22535135001954AB /* kycForm3InteractorIO.swift */, + 7301976C22535135001954AB /* kycForm3Interactor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 7301976D22535135001954AB /* User Interface */ = { + isa = PBXGroup; + children = ( + 7301976E22535135001954AB /* Presenter */, + 7301977022535135001954AB /* Wireframe */, + 7301977322535135001954AB /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 7301976E22535135001954AB /* Presenter */ = { + isa = PBXGroup; + children = ( + 7301976F22535135001954AB /* kycForm3Presenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 7301977022535135001954AB /* Wireframe */ = { + isa = PBXGroup; + children = ( + 7301977122535135001954AB /* kycForm3Wireframe.swift */, + 7301977222535135001954AB /* kycForm3WireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 7301977322535135001954AB /* View */ = { + isa = PBXGroup; + children = ( + 7301977422535135001954AB /* kycForm3.storyboard */, + 7301977522535135001954AB /* kycForm3ViewInterface.swift */, + 7301977622535135001954AB /* kycForm3ViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 7301977722535135001954AB /* kycForm2 */ = { + isa = PBXGroup; + children = ( + 7301977822535135001954AB /* Module Interface */, + 7301977A22535135001954AB /* Application Logic */, + 7301978122535135001954AB /* User Interface */, + ); + path = kycForm2; + sourceTree = ""; + }; + 7301977822535135001954AB /* Module Interface */ = { + isa = PBXGroup; + children = ( + 7301977922535135001954AB /* kycForm2ModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 7301977A22535135001954AB /* Application Logic */ = { + isa = PBXGroup; + children = ( + 7301977B22535135001954AB /* Service */, + 7301977E22535135001954AB /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 7301977B22535135001954AB /* Service */ = { + isa = PBXGroup; + children = ( + 7301977C22535135001954AB /* kycForm2ServiceType.swift */, + 7301977D22535135001954AB /* kycForm2Service.swift */, + ); + path = Service; + sourceTree = ""; + }; + 7301977E22535135001954AB /* Interactor */ = { + isa = PBXGroup; + children = ( + 7301977F22535135001954AB /* kycForm2InteractorIO.swift */, + 7301978022535135001954AB /* kycForm2Interactor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 7301978122535135001954AB /* User Interface */ = { + isa = PBXGroup; + children = ( + 7301978222535135001954AB /* Presenter */, + 7301978422535135001954AB /* Wireframe */, + 7301978722535135001954AB /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 7301978222535135001954AB /* Presenter */ = { + isa = PBXGroup; + children = ( + 7301978322535135001954AB /* kycForm2Presenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 7301978422535135001954AB /* Wireframe */ = { + isa = PBXGroup; + children = ( + 7301978522535135001954AB /* kycForm2Wireframe.swift */, + 7301978622535135001954AB /* kycForm2WireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 7301978722535135001954AB /* View */ = { + isa = PBXGroup; + children = ( + 7301978822535135001954AB /* kycForm2ViewInterface.swift */, + 7301978922535135001954AB /* kycForm2.storyboard */, + 7301978A22535135001954AB /* kycForm2ViewController.swift */, + ); + path = View; + sourceTree = ""; + }; 9F3ADCE62004B80F0037A3A3 /* Profile */ = { isa = PBXGroup; children = ( @@ -5331,6 +5670,7 @@ D907AB96212AA8A300915A87 /* Module */ = { isa = PBXGroup; children = ( + 7301973A22535135001954AB /* KYC */, BEC9AFE7224FC49C00A2DA06 /* BiometricAuthentication */, D9A060C2223F680B00F5D7C4 /* ResendExchange */, D9790608223F58410025BD5B /* Resend */, @@ -5345,7 +5685,6 @@ D9DC106321639077008F3C51 /* MessageCompose */, D950BEBC21549242008367A1 /* Home */, D9778588215DC55E00754079 /* TransactionHistory */, - D93702BA2149019900D93077 /* _KYC */, D9031127214786EA00AD5BA9 /* ForgotPassword */, D96A4FE12146625C00CFD507 /* Register */, D96A4FBF21460B4900CFD507 /* SplashScreen */, @@ -6103,378 +6442,6 @@ path = ViewModels; sourceTree = ""; }; - D93702992148EE6C00D93077 /* Kyc */ = { - isa = PBXGroup; - children = ( - D937029A2148EE6C00D93077 /* Module Interface */, - D937029C2148EE6C00D93077 /* Application Logic */, - D93702A32148EE6C00D93077 /* User Interface */, - ); - path = Kyc; - sourceTree = ""; - }; - D937029A2148EE6C00D93077 /* Module Interface */ = { - isa = PBXGroup; - children = ( - D937029B2148EE6C00D93077 /* KycModuleInterface.swift */, - ); - path = "Module Interface"; - sourceTree = ""; - }; - D937029C2148EE6C00D93077 /* Application Logic */ = { - isa = PBXGroup; - children = ( - D937029D2148EE6C00D93077 /* Service */, - D93702A02148EE6C00D93077 /* Interactor */, - ); - path = "Application Logic"; - sourceTree = ""; - }; - D937029D2148EE6C00D93077 /* Service */ = { - isa = PBXGroup; - children = ( - D937029E2148EE6C00D93077 /* KycService.swift */, - D937029F2148EE6C00D93077 /* KycServiceType.swift */, - ); - path = Service; - sourceTree = ""; - }; - D93702A02148EE6C00D93077 /* Interactor */ = { - isa = PBXGroup; - children = ( - D93702A12148EE6C00D93077 /* KycInteractor.swift */, - D93702A22148EE6C00D93077 /* KycInteractorIO.swift */, - ); - path = Interactor; - sourceTree = ""; - }; - D93702A32148EE6C00D93077 /* User Interface */ = { - isa = PBXGroup; - children = ( - D93702A42148EE6C00D93077 /* Presenter */, - D93702A62148EE6C00D93077 /* Wireframe */, - D93702A92148EE6C00D93077 /* View */, - ); - path = "User Interface"; - sourceTree = ""; - }; - D93702A42148EE6C00D93077 /* Presenter */ = { - isa = PBXGroup; - children = ( - D93702A52148EE6C00D93077 /* KycPresenter.swift */, - ); - path = Presenter; - sourceTree = ""; - }; - D93702A62148EE6C00D93077 /* Wireframe */ = { - isa = PBXGroup; - children = ( - D93702A72148EE6C00D93077 /* KycWireframe.swift */, - D93702A82148EE6C00D93077 /* KycWireframeInput.swift */, - ); - path = Wireframe; - sourceTree = ""; - }; - D93702A92148EE6C00D93077 /* View */ = { - isa = PBXGroup; - children = ( - D93702AA2148EE6C00D93077 /* ViewModels */, - D93702AB2148EE6C00D93077 /* KycViewInterface.swift */, - D93702AC2148EE6C00D93077 /* Kyc.storyboard */, - D93702AD2148EE6C00D93077 /* KycViewController.swift */, - ); - path = View; - sourceTree = ""; - }; - D93702AA2148EE6C00D93077 /* ViewModels */ = { - isa = PBXGroup; - children = ( - ); - path = ViewModels; - sourceTree = ""; - }; - D93702BA2149019900D93077 /* _KYC */ = { - isa = PBXGroup; - children = ( - D937035C21490C3800D93077 /* KycForm1 */, - D937034721490C3700D93077 /* KycForm2 */, - D937032721490C1900D93077 /* KycForm3 */, - D93702992148EE6C00D93077 /* Kyc */, - ); - name = _KYC; - path = "New Group"; - sourceTree = ""; - }; - D937032721490C1900D93077 /* KycForm3 */ = { - isa = PBXGroup; - children = ( - D937032821490C1900D93077 /* Module Interface */, - D937032A21490C1900D93077 /* Application Logic */, - D937033121490C1900D93077 /* User Interface */, - ); - path = KycForm3; - sourceTree = ""; - }; - D937032821490C1900D93077 /* Module Interface */ = { - isa = PBXGroup; - children = ( - D937032921490C1900D93077 /* KycForm3ModuleInterface.swift */, - ); - path = "Module Interface"; - sourceTree = ""; - }; - D937032A21490C1900D93077 /* Application Logic */ = { - isa = PBXGroup; - children = ( - D937032B21490C1900D93077 /* Service */, - D937032E21490C1900D93077 /* Interactor */, - ); - path = "Application Logic"; - sourceTree = ""; - }; - D937032B21490C1900D93077 /* Service */ = { - isa = PBXGroup; - children = ( - D937032C21490C1900D93077 /* KycForm3ServiceType.swift */, - D937032D21490C1900D93077 /* KycForm3Service.swift */, - ); - path = Service; - sourceTree = ""; - }; - D937032E21490C1900D93077 /* Interactor */ = { - isa = PBXGroup; - children = ( - D937032F21490C1900D93077 /* KycForm3InteractorIO.swift */, - D937033021490C1900D93077 /* KycForm3Interactor.swift */, - ); - path = Interactor; - sourceTree = ""; - }; - D937033121490C1900D93077 /* User Interface */ = { - isa = PBXGroup; - children = ( - D937033221490C1900D93077 /* Presenter */, - D937033421490C1900D93077 /* Wireframe */, - D937033721490C1900D93077 /* View */, - ); - path = "User Interface"; - sourceTree = ""; - }; - D937033221490C1900D93077 /* Presenter */ = { - isa = PBXGroup; - children = ( - D937033321490C1900D93077 /* KycForm3Presenter.swift */, - ); - path = Presenter; - sourceTree = ""; - }; - D937033421490C1900D93077 /* Wireframe */ = { - isa = PBXGroup; - children = ( - D937033521490C1900D93077 /* KycForm3Wireframe.swift */, - D937033621490C1900D93077 /* KycForm3WireframeInput.swift */, - ); - path = Wireframe; - sourceTree = ""; - }; - D937033721490C1900D93077 /* View */ = { - isa = PBXGroup; - children = ( - D937033821490C1900D93077 /* ViewModels */, - D937033921490C1900D93077 /* KycForm3.storyboard */, - D937033A21490C1900D93077 /* KycForm3ViewInterface.swift */, - D937033B21490C1900D93077 /* KycForm3ViewController.swift */, - ); - path = View; - sourceTree = ""; - }; - D937033821490C1900D93077 /* ViewModels */ = { - isa = PBXGroup; - children = ( - ); - path = ViewModels; - sourceTree = ""; - }; - D937034721490C3700D93077 /* KycForm2 */ = { - isa = PBXGroup; - children = ( - D937034821490C3700D93077 /* Module Interface */, - D937034A21490C3700D93077 /* Application Logic */, - D937035121490C3700D93077 /* User Interface */, - ); - path = KycForm2; - sourceTree = ""; - }; - D937034821490C3700D93077 /* Module Interface */ = { - isa = PBXGroup; - children = ( - D937034921490C3700D93077 /* KycForm2ModuleInterface.swift */, - ); - path = "Module Interface"; - sourceTree = ""; - }; - D937034A21490C3700D93077 /* Application Logic */ = { - isa = PBXGroup; - children = ( - D937034B21490C3700D93077 /* Service */, - D937034E21490C3700D93077 /* Interactor */, - ); - path = "Application Logic"; - sourceTree = ""; - }; - D937034B21490C3700D93077 /* Service */ = { - isa = PBXGroup; - children = ( - D937034C21490C3700D93077 /* KycForm2ServiceType.swift */, - D937034D21490C3700D93077 /* KycForm2Service.swift */, - ); - path = Service; - sourceTree = ""; - }; - D937034E21490C3700D93077 /* Interactor */ = { - isa = PBXGroup; - children = ( - D937034F21490C3700D93077 /* KycForm2InteractorIO.swift */, - D937035021490C3700D93077 /* KycForm2Interactor.swift */, - ); - path = Interactor; - sourceTree = ""; - }; - D937035121490C3700D93077 /* User Interface */ = { - isa = PBXGroup; - children = ( - D937035221490C3700D93077 /* Presenter */, - D937035421490C3700D93077 /* Wireframe */, - D937035721490C3700D93077 /* View */, - ); - path = "User Interface"; - sourceTree = ""; - }; - D937035221490C3700D93077 /* Presenter */ = { - isa = PBXGroup; - children = ( - D937035321490C3700D93077 /* KycForm2Presenter.swift */, - ); - path = Presenter; - sourceTree = ""; - }; - D937035421490C3700D93077 /* Wireframe */ = { - isa = PBXGroup; - children = ( - D937035521490C3700D93077 /* KycForm2Wireframe.swift */, - D937035621490C3700D93077 /* KycForm2WireframeInput.swift */, - ); - path = Wireframe; - sourceTree = ""; - }; - D937035721490C3700D93077 /* View */ = { - isa = PBXGroup; - children = ( - D937035821490C3700D93077 /* ViewModels */, - D937035921490C3700D93077 /* KycForm2ViewInterface.swift */, - D937035A21490C3700D93077 /* KycForm2.storyboard */, - D937035B21490C3700D93077 /* KycForm2ViewController.swift */, - ); - path = View; - sourceTree = ""; - }; - D937035821490C3700D93077 /* ViewModels */ = { - isa = PBXGroup; - children = ( - ); - path = ViewModels; - sourceTree = ""; - }; - D937035C21490C3800D93077 /* KycForm1 */ = { - isa = PBXGroup; - children = ( - D937035D21490C3800D93077 /* Module Interface */, - D937035F21490C3800D93077 /* Application Logic */, - D937036621490C3800D93077 /* User Interface */, - ); - path = KycForm1; - sourceTree = ""; - }; - D937035D21490C3800D93077 /* Module Interface */ = { - isa = PBXGroup; - children = ( - D937035E21490C3800D93077 /* KycForm1ModuleInterface.swift */, - ); - path = "Module Interface"; - sourceTree = ""; - }; - D937035F21490C3800D93077 /* Application Logic */ = { - isa = PBXGroup; - children = ( - D937036021490C3800D93077 /* Service */, - D937036321490C3800D93077 /* Interactor */, - ); - path = "Application Logic"; - sourceTree = ""; - }; - D937036021490C3800D93077 /* Service */ = { - isa = PBXGroup; - children = ( - D937036121490C3800D93077 /* KycForm1Service.swift */, - D937036221490C3800D93077 /* KycForm1ServiceType.swift */, - ); - path = Service; - sourceTree = ""; - }; - D937036321490C3800D93077 /* Interactor */ = { - isa = PBXGroup; - children = ( - D937036421490C3800D93077 /* KycForm1InteractorIO.swift */, - D937036521490C3800D93077 /* KycForm1Interactor.swift */, - ); - path = Interactor; - sourceTree = ""; - }; - D937036621490C3800D93077 /* User Interface */ = { - isa = PBXGroup; - children = ( - D937036721490C3800D93077 /* Presenter */, - D937036921490C3800D93077 /* Wireframe */, - D937036C21490C3800D93077 /* View */, - ); - path = "User Interface"; - sourceTree = ""; - }; - D937036721490C3800D93077 /* Presenter */ = { - isa = PBXGroup; - children = ( - D937036821490C3800D93077 /* KycForm1Presenter.swift */, - ); - path = Presenter; - sourceTree = ""; - }; - D937036921490C3800D93077 /* Wireframe */ = { - isa = PBXGroup; - children = ( - D937036A21490C3800D93077 /* KycForm1Wireframe.swift */, - D937036B21490C3800D93077 /* KycForm1WireframeInput.swift */, - ); - path = Wireframe; - sourceTree = ""; - }; - D937036C21490C3800D93077 /* View */ = { - isa = PBXGroup; - children = ( - D937036D21490C3800D93077 /* ViewModels */, - D937036E21490C3800D93077 /* KycForm1ViewInterface.swift */, - D937036F21490C3800D93077 /* KycForm1.storyboard */, - D937037021490C3800D93077 /* KycForm1ViewController.swift */, - ); - path = View; - sourceTree = ""; - }; - D937036D21490C3800D93077 /* ViewModels */ = { - isa = PBXGroup; - children = ( - ); - path = ViewModels; - sourceTree = ""; - }; D93C135E21FFD5E00079BF03 /* virtualKeyboard */ = { isa = PBXGroup; children = ( @@ -10681,12 +10648,12 @@ D93C2C4B22000D660079BF03 /* modal_top_left.png in Resources */, D93C299E22000D650079BF03 /* iPad_transkey_number_cmd_2_japanese.png in Resources */, D93C2AFB22000D650079BF03 /* iPhone_transkey_landscape_alnum_cmd_10_indonesian.png in Resources */, + 730197A922535135001954AB /* kycForm3.storyboard in Resources */, D93C2A2F22000D650079BF03 /* iPhone_transkey_alnum_cmd_8_2_english.png in Resources */, D93C2A4422000D650079BF03 /* iPad_transkey_alnum_cmd_5_english.png in Resources */, D93C269122000D630079BF03 /* iPhone_transkey_landscape_number_key_8.png in Resources */, D93C271222000D630079BF03 /* iPhone_transkey_alnum_dummy_4.png in Resources */, D93C26CE22000D630079BF03 /* iPhone_transkey_landscape_alnum_eng_23.png in Resources */, - D937034421490C1A00D93077 /* KycForm3.storyboard in Resources */, D9CB497C21329E7300B7A124 /* CountryPicker.storyboard in Resources */, D93C292E22000D640079BF03 /* iPhone_transkey_input_done_down_vietnamese.png in Resources */, D93C276422000D630079BF03 /* iPhone_transkey_alnum_sym_6.png in Resources */, @@ -10846,7 +10813,6 @@ D93C295722000D640079BF03 /* iPad_transkey_number_cmd_2_vietnamese.png in Resources */, D93C299722000D650079BF03 /* iPad_transkey_landscape_alnum_cmd_8_japanese.png in Resources */, D93C282222000D640079BF03 /* iPad_transkey_landscape_number_key_4.png in Resources */, - D937037A21490C3800D93077 /* KycForm2.storyboard in Resources */, D93C29D822000D650079BF03 /* iPhone_transkey_alnum_cmd_8_2_thai.png in Resources */, D93C2AB822000D650079BF03 /* iPhone_transkey_landscape_alnum_cmd_5_chinese_down.png in Resources */, D93C28A022000D640079BF03 /* iPad_transkey_alnum_sym_17.png in Resources */, @@ -11240,6 +11206,7 @@ D93C2BD722000D660079BF03 /* transkey_input_key_2.png in Resources */, D93C291C22000D640079BF03 /* iPhone_transkey_landscape_number_cmd_1_vietnamese_down.png in Resources */, D93C268522000D630079BF03 /* iPhone_transkey_landscape_alnum_cap_10.png in Resources */, + 730197B522535135001954AB /* kycForm2.storyboard in Resources */, D93C2ABE22000D650079BF03 /* iPhone_transkey_input_done_down_chinese.png in Resources */, D9CB49852132A5F500B7A124 /* ItemsPicker.storyboard in Resources */, D93C2A5C22000D650079BF03 /* iPhone_transkey_landscape_alnum_cmd_8_2_mongolian.png in Resources */, @@ -11477,7 +11444,6 @@ D93C27B422000D630079BF03 /* iPad_transkey_landscape_alnum_cmd_fix_down.png in Resources */, D93C2B8722000D660079BF03 /* iPad_transkey_number_cmd_random_0_2.png in Resources */, D93C26EA22000D630079BF03 /* iPhone_transkey_landscape_alnum_sym_13.png in Resources */, - D937038521490C3800D93077 /* KycForm1.storyboard in Resources */, D93C283722000D640079BF03 /* iPad_transkey_alnum_dummy_2.png in Resources */, D93C2B3C22000D650079BF03 /* iPad_transkey_number_cmd_2_indonesian_down.png in Resources */, D93C275622000D630079BF03 /* iPhone_transkey_alnum_eng_11.png in Resources */, @@ -11615,7 +11581,6 @@ D93C27AB22000D630079BF03 /* iPad_transkey_landscape_alnum_cmd_3.png in Resources */, D93C2A9322000D650079BF03 /* iPad_transkey_number_cmd_2_mongolian.png in Resources */, D93C2B8A22000D660079BF03 /* iPad_transkey_number_key_random_down.png in Resources */, - D93702B72148EE6C00D93077 /* Kyc.storyboard in Resources */, D93C2B1822000D650079BF03 /* iPhone_transkey_alnum_cmd_8_2_indonesian_down.png in Resources */, D93C2C3122000D660079BF03 /* pt-icon20.png in Resources */, D93C283522000D640079BF03 /* iPad_transkey_alnum_dummy_1.png in Resources */, @@ -11890,6 +11855,7 @@ D93C269522000D630079BF03 /* iPhone_transkey_landscape_number_key_9.png in Resources */, D93C278522000D630079BF03 /* iPhone_transkey_alnum_cap_4.png in Resources */, D93C2A7D22000D650079BF03 /* iPhone_transkey_number_cmd_10_mongolian.png in Resources */, + 7301979422535135001954AB /* Kyc.storyboard in Resources */, D92E6571222620A0004D1B3D /* SendMoneyCode.storyboard in Resources */, D93C2AA322000D650079BF03 /* transkey_navi_pre_chinese.png in Resources */, D93C296022000D640079BF03 /* transkey_navi_complete_japanese.png in Resources */, @@ -12167,6 +12133,7 @@ D93C26A922000D630079BF03 /* iPhone_transkey_landscape_alnum_sym_6.png in Resources */, D93C27D122000D630079BF03 /* iPad_transkey_landscape_alnum_key_7.png in Resources */, D93C29E322000D650079BF03 /* iPad_transkey_landscape_number_cmd_10_thai.png in Resources */, + 7301979F22535135001954AB /* kycForm1.storyboard in Resources */, D93C2B0E22000D650079BF03 /* iniPhone_transkey_input_done_down_indonesian.png in Resources */, D93C271E22000D630079BF03 /* iPhone_transkey_landscape_number_dummy.png in Resources */, D93C26E922000D630079BF03 /* iPhone_transkey_landscape_alnum_key_17.png in Resources */, @@ -12541,7 +12508,6 @@ D9CB49712132907200B7A124 /* SendMoneyCountryViewModel.swift in Sources */, 0496B8491FE7DFA20044810E /* Reachability.swift in Sources */, D90D55B3213270DD00EEEE04 /* ReciepientServcie.swift in Sources */, - D937038221490C3800D93077 /* KycForm1Wireframe.swift in Sources */, A21CB1D3208084A0003D555A /* PaymentMode.swift in Sources */, 04498A722039416E00AC4D99 /* SettingViewController.swift in Sources */, 041AEAC21FF49E44004FEF06 /* AgentLocation.swift in Sources */, @@ -12555,6 +12521,7 @@ D96A4FDB21460B4A00CFD507 /* SplashScreenWireframeInput.swift in Sources */, A24B44FC204D158F009BF491 /* HomeViewModel.swift in Sources */, 9F16112A2029A2DE009E8610 /* TrackRecipientTableViewCell.swift in Sources */, + 730197B222535135001954AB /* kycForm2Wireframe.swift in Sources */, D9D2242B22407EBA00C7313D /* ResendListModel.swift in Sources */, 9FCBD347202AE76900BAEB32 /* TrackPhaseViewController.swift in Sources */, D962231B212BE4CA00B7A115 /* TablePickerWithImageTableViewCell.swift in Sources */, @@ -12567,11 +12534,12 @@ D9BE022E21E2DD45003AA8C7 /* PaymentSelectionWireframeInput.swift in Sources */, D9BE023121E2DD45003AA8C7 /* PaymentSelectionViewInterface.swift in Sources */, 9F23DF512074A02B0025D6DF /* MyCollectionViewCell.swift in Sources */, + 730197A122535135001954AB /* kycForm3ModuleInterface.swift in Sources */, A28D38F0202D49C90012EF6A /* TransactionSearchViewController.swift in Sources */, 9FD260F81FD00458007A511D /* AppDelegate.swift in Sources */, D9622319212BE3DC00B7A115 /* TablePickerViewController.swift in Sources */, - D93702B82148EE6C00D93077 /* KycViewController.swift in Sources */, D903113E214786EA00AD5BA9 /* ForgotPasswordService.swift in Sources */, + 7301979222535135001954AB /* KycWireframeInput.swift in Sources */, 0477E2A520492EDA00B02377 /* LabelExtension.swift in Sources */, 045DFCAA2089A70E000F7699 /* ReferralCodeViewController.swift in Sources */, 9F9DF0CE1FEBCD41005B8F42 /* RecipientListTableViewCell.swift in Sources */, @@ -12594,6 +12562,7 @@ D95B5E3E21311057000C0B33 /* GmeContactsPresenter.swift in Sources */, D95B5E4121311057000C0B33 /* GmeContactsViewInterface.swift in Sources */, 9F9DF0CC1FEBC141005B8F42 /* RecipientListViewController.swift in Sources */, + 730197B022535135001954AB /* kycForm2Interactor.swift in Sources */, 042F98E620482FC90069F638 /* WalletSuccessViewController.swift in Sources */, 0496B83F1FE7DF890044810E /* SignUpViewController.swift in Sources */, D97785A6215DC55F00754079 /* TransactionHistoryViewController.swift in Sources */, @@ -12602,11 +12571,10 @@ FF6E7D9721BF951D00A003B9 /* AppUpdateWireframe.swift in Sources */, D9DAFE2921353D6C00483E71 /* SendMoneyPaymentModeModel.swift in Sources */, D9030ABB2138DDD900A1BCA0 /* SendMoneyExchangeRate.swift in Sources */, + 730197A422535135001954AB /* kycForm3InteractorIO.swift in Sources */, D90D55D221327CD600EEEE04 /* AddReciepientWireframeInput.swift in Sources */, - D93702B62148EE6C00D93077 /* KycViewInterface.swift in Sources */, 046C5A1F1FE8DEB300918FFD /* ForgetPasswordViewController.swift in Sources */, D945F123213E1D5100A24824 /* SendMoneyReceiptWireframe.swift in Sources */, - D93702B02148EE6C00D93077 /* KycServiceType.swift in Sources */, D922D9B221351B7400D43053 /* SendMoneyVerificationViewController.swift in Sources */, D96A5002214668A000CFD507 /* RegisterRequestModel.swift in Sources */, D96A4FFB2146625C00CFD507 /* RegisterPresenter.swift in Sources */, @@ -12617,10 +12585,10 @@ D95B5E4721314A3C000C0B33 /* GmeContactsTableViewCell.swift in Sources */, 0410A40E1FF1FAF400EC0B9E /* ModelExtension.swift in Sources */, D9DC107F21639078008F3C51 /* MessageComposeWireframe.swift in Sources */, - D93702B42148EE6C00D93077 /* KycWireframe.swift in Sources */, D922D96A2135145F00D43053 /* SendMoneyParentViewInterface.swift in Sources */, 04E1032C2007A88600AE24A2 /* ScrollableProtocol.swift in Sources */, D96BD119216479E200DFE7D8 /* WalletStatementInteractor.swift in Sources */, + 7301978D22535135001954AB /* KycServiceType.swift in Sources */, D9031140214786EA00AD5BA9 /* ForgotPasswordInteractorIO.swift in Sources */, D96A4FD821460B4A00CFD507 /* SplashScreenInteractorIO.swift in Sources */, D922D9282134E5F800D43053 /* EditRecipientRecipientViewModel.swift in Sources */, @@ -12634,16 +12602,17 @@ D922D9212134DCF000D43053 /* EditReciepientPresenter.swift in Sources */, 04E36E1C21AE585200783685 /* PennyTestSubmitInteractorIO.swift in Sources */, D96A4FFE2146625C00CFD507 /* RegisterViewInterface.swift in Sources */, + 7301979A22535135001954AB /* kycForm1Interactor.swift in Sources */, D922D98621351AAE00D43053 /* SendMoneyExchangeRateService.swift in Sources */, + 7301979C22535135001954AB /* kycForm1Wireframe.swift in Sources */, 9F1611302029D2D2009E8610 /* Transaction.swift in Sources */, 9FD46F331FF256E5006C8341 /* TransferSuccessfulViewController.swift in Sources */, D9B7ADF42130048E009B0564 /* ExchangeRatesInteractor.swift in Sources */, - D937033D21490C1A00D93077 /* KycForm3ServiceType.swift in Sources */, + 730197A022535135001954AB /* kycForm1ViewController.swift in Sources */, A28C18201FEA5FBA0018AB97 /* KYCBankAndIDViewController.swift in Sources */, D946719F21426DFB003924DB /* LoginViewController.swift in Sources */, D922D9AE21351B7400D43053 /* SendMoneyVerificationWireframe.swift in Sources */, 043770E921AD04240005B22D /* PennyTestService.swift in Sources */, - D937038021490C3800D93077 /* KycForm1Interactor.swift in Sources */, 9F3332AF208DAE7600E39C9F /* ExchangeRateData.swift in Sources */, D97785AC215DD23400754079 /* TransactionModel.swift in Sources */, 04E36E1A21AE585200783685 /* PennyTestSubmitServiceType.swift in Sources */, @@ -12651,7 +12620,6 @@ A22F75032012006100B0FA15 /* likesTableViewCell.swift in Sources */, D9A060DD223F680B00F5D7C4 /* ResendExchangeWireframe.swift in Sources */, D922D91C2134DCF000D43053 /* EditReciepientModuleInterface.swift in Sources */, - D937034021490C1A00D93077 /* KycForm3Interactor.swift in Sources */, D922D98B21351AAE00D43053 /* SendMoneyExchangeRateWireframe.swift in Sources */, D9DC107A21639078008F3C51 /* MessageComposeService.swift in Sources */, D922D9412135124200D43053 /* SendMoneyPaymentModeService.swift in Sources */, @@ -12661,11 +12629,12 @@ D9DC108121639078008F3C51 /* MessageComposeViewInterface.swift in Sources */, 044124C71FEBA1BD00FD4240 /* FillRecoveryCodeViewController.swift in Sources */, FF6E7D9621BF951D00A003B9 /* AppUpdateViewInterface.swift in Sources */, + 7301978C22535135001954AB /* KycService.swift in Sources */, D92E6568222620A0004D1B3D /* SendMoneyCodeServiceType.swift in Sources */, A2E3379D20485825002DB015 /* PendingTableViewCell.swift in Sources */, D9BE023521E2DDEC003AA8C7 /* PaymentSelectionTableViewCell.swift in Sources */, - D937037421490C3800D93077 /* KycForm2InteractorIO.swift in Sources */, D9031143214786EA00AD5BA9 /* ForgotPasswordWireframeInput.swift in Sources */, + 730197A722535135001954AB /* kycForm3Wireframe.swift in Sources */, D92C24A721477EA600F6876F /* ResponseMessage.swift in Sources */, D979061D223F58420025BD5B /* ResendModuleInterface.swift in Sources */, D9BE022C21E2DD45003AA8C7 /* PaymentSelectionInteractorIO.swift in Sources */, @@ -12678,7 +12647,6 @@ D962230C212BD7A100B7A115 /* ArrayExtension.swift in Sources */, 04B67E922046CA7A000A4248 /* WalletReviewViewController.swift in Sources */, 04B232DF2003732E00736B89 /* RequestNewCodeViewController.swift in Sources */, - D93702B22148EE6C00D93077 /* KycInteractorIO.swift in Sources */, D96848CE212D419400EF12B1 /* ApiServiceType.swift in Sources */, 043770EA21AD04240005B22D /* PennyTestInteractor.swift in Sources */, D92E656B222620A0004D1B3D /* SendMoneyCodeInteractor.swift in Sources */, @@ -12689,16 +12657,15 @@ A24B44FA204CF108009BF491 /* InviteeModel.swift in Sources */, D945F11D213E1D5100A24824 /* SendMoneyReceiptModuleInterface.swift in Sources */, D97785AA215DD04400754079 /* TransactionHistoryTableViewCell.swift in Sources */, - D937037221490C3800D93077 /* KycForm2ServiceType.swift in Sources */, D95B5E3921311057000C0B33 /* GmeContactsModuleInterface.swift in Sources */, D9CB4977213290B200B7A124 /* SendMoneyTransFerReasonViewModel.swift in Sources */, D922D98921351AAE00D43053 /* SendMoneyExchangeRatePresenter.swift in Sources */, D9031146214786EA00AD5BA9 /* ForgotPasswordViewInterface.swift in Sources */, D922D9462135124200D43053 /* SendMoneyPaymentModeWireframeInput.swift in Sources */, + 7301979922535135001954AB /* kycForm1InteractorIO.swift in Sources */, D946719B21426DFB003924DB /* LoginWireframe.swift in Sources */, D9B7ADF62130048E009B0564 /* ExchangeRatesWireframeInput.swift in Sources */, D9DC107B21639078008F3C51 /* MessageComposeInteractorIO.swift in Sources */, - D937037C21490C3800D93077 /* KycForm1ModuleInterface.swift in Sources */, D9DAFE2521352F3300483E71 /* SenMoneyPaymentModeRecipientViewModel.swift in Sources */, D95B5E4021311057000C0B33 /* GmeContactsWireframe.swift in Sources */, BEC9B005224FC49C00A2DA06 /* BiometricAuthenticationViewController.swift in Sources */, @@ -12711,14 +12678,15 @@ D9DAFE2C21354D8900483E71 /* SendMoenyPaymentModeCollectionViewCell.swift in Sources */, D95B7043213F9A2C0053CC3D /* CALayerExtension.swift in Sources */, D9BE023021E2DD45003AA8C7 /* PaymentSelectionViewController.swift in Sources */, + 730197AC22535135001954AB /* kycForm2ModuleInterface.swift in Sources */, A25CF60920467BA40029BC12 /* InviteViewController.swift in Sources */, D922D9AD21351B7400D43053 /* SendMoneyVerificationPresenter.swift in Sources */, D92E6567222620A0004D1B3D /* SendMoneyCodeModuleInterface.swift in Sources */, D92B802D2140C3CB00A25B26 /* MainViewInterface.swift in Sources */, + 730197B422535135001954AB /* kycForm2ViewInterface.swift in Sources */, D9790626223F58420025BD5B /* ResendViewInterface.swift in Sources */, A25A6C092029ADA80024CDFB /* TranscationStatementViewController.swift in Sources */, D962231E212C126500B7A115 /* ExchangeModel.swift in Sources */, - D93702B12148EE6C00D93077 /* KycInteractor.swift in Sources */, D903113D214786EA00AD5BA9 /* ForgotPasswordServiceType.swift in Sources */, A2637C5820395B8F006EA9AA /* NotificationTableViewCell.swift in Sources */, D9B39677214F7DDC0072A9B8 /* ImageCroper.swift in Sources */, @@ -12727,10 +12695,11 @@ 9F02058F20171BBF00F7AE23 /* KYCenum.swift in Sources */, D923EBBB215C7E67008A3026 /* HomeCollectionModel.swift in Sources */, A248EA882088855B008D28DF /* Currrency.swift in Sources */, + 730197B322535135001954AB /* kycForm2WireframeInput.swift in Sources */, D90A9D5A2136942300A96E45 /* BankBranchPickerCell.swift in Sources */, D93C2C6922000F120079BF03 /* DemoFullViewViewController.swift in Sources */, D96A4FF72146625C00CFD507 /* RegisterServiceType.swift in Sources */, - D93702AF2148EE6C00D93077 /* KycService.swift in Sources */, + 7301979822535135001954AB /* kycForm1ServiceType.swift in Sources */, 04F6C2E820108EAB00C59431 /* PaymentMethodViewModel.swift in Sources */, 55A1FBAD1FDE4D7D00E8D94D /* TransactionCollectionViewCell.swift in Sources */, D90D55CD21327CD600EEEE04 /* AddReciepientService.swift in Sources */, @@ -12740,14 +12709,12 @@ D9B7ADF32130048E009B0564 /* ExchangeRatesInteractorIO.swift in Sources */, D922D98421351AAE00D43053 /* SendMoneyExchangeRateModuleInterface.swift in Sources */, D9CB4979213290DD00B7A124 /* SendMoneyRelationViewModel.swift in Sources */, - D937038321490C3800D93077 /* KycForm1WireframeInput.swift in Sources */, D9031141214786EA00AD5BA9 /* ForgotPasswordPresenter.swift in Sources */, + 7301979122535135001954AB /* KycWireframe.swift in Sources */, D950BED221549242008367A1 /* HomeServiceType.swift in Sources */, A2E33795204813C0002DB015 /* SendMoneyViewController.swift in Sources */, - D937034621490C1A00D93077 /* KycForm3ViewController.swift in Sources */, D9BE022B21E2DD45003AA8C7 /* PaymentSelectionInteractor.swift in Sources */, - D937037721490C3800D93077 /* KycForm2Wireframe.swift in Sources */, - D937037F21490C3800D93077 /* KycForm1InteractorIO.swift in Sources */, + 7301978E22535135001954AB /* KycInteractor.swift in Sources */, 041AEAC81FF4D6C4004FEF06 /* CustomPrintPageRenderer.swift in Sources */, D90D55D421327CD600EEEE04 /* AddReciepientViewController.swift in Sources */, D922D9452135124200D43053 /* SendMoneyPaymentModePresenter.swift in Sources */, @@ -12757,6 +12724,7 @@ 9FA00FBE1FEE69AF0049753E /* UIViewExtension.swift in Sources */, 04C6F2422025CE0F0055B083 /* WalletViewController.swift in Sources */, D9B7ADF12130048E009B0564 /* ExchangeRatesService.swift in Sources */, + 730197A322535135001954AB /* kycForm3Service.swift in Sources */, 9FD03DA82046A8BA0045C67B /* PopUpAddUserProfileViewController.swift in Sources */, D922D96C2135145F00D43053 /* SendMoneyParentViewController.swift in Sources */, D922D98C21351AAE00D43053 /* SendMoneyExchangeRateViewController.swift in Sources */, @@ -12764,7 +12732,6 @@ 045DFCAC2089B2BF000F7699 /* ReferralCodeViewModel.swift in Sources */, D922D9402135124200D43053 /* SendMoneyPaymentModeModuleInterface.swift in Sources */, D92E6569222620A0004D1B3D /* SendMoneyCodeService.swift in Sources */, - D93702B32148EE6C00D93077 /* KycPresenter.swift in Sources */, D9CB497E21329EB700B7A124 /* CountryPickerViewController.swift in Sources */, BEC9B001224FC49C00A2DA06 /* BiometricAuthenticationPresenter.swift in Sources */, D9622316212BE3DC00B7A115 /* TablePickerTableViewCell.swift in Sources */, @@ -12774,8 +12741,6 @@ D950BED121549242008367A1 /* HomeModuleInterface.swift in Sources */, 04E36E1D21AE585200783685 /* PennyTestSubmitInteractor.swift in Sources */, BEC9B004224FC49C00A2DA06 /* BiometricAuthenticationViewInterface.swift in Sources */, - D937038121490C3800D93077 /* KycForm1Presenter.swift in Sources */, - D937034521490C1A00D93077 /* KycForm3ViewInterface.swift in Sources */, 043770EC21AD04240005B22D /* PennyTestPresenter.swift in Sources */, 0496B8481FE7DFA20044810E /* RestApiManager.swift in Sources */, D9B7ADFA2130048E009B0564 /* ExchangeRatesViewInterface.swift in Sources */, @@ -12785,15 +12750,16 @@ D96A4FDA21460B4A00CFD507 /* SplashScreenWireframe.swift in Sources */, D922D98521351AAE00D43053 /* SendMoneyExchangeRateServiceType.swift in Sources */, D922D91E2134DCF000D43053 /* EditReciepientService.swift in Sources */, + 7301979522535135001954AB /* KycViewController.swift in Sources */, 9F1F7A5C1FF2146000A4DD82 /* ReviewViewController.swift in Sources */, D9380D2B2165A27B00E45156 /* ProfileChangePasswordViewController.swift in Sources */, D946719A21426DFB003924DB /* LoginPresenter.swift in Sources */, D92B802C2140C3CB00A25B26 /* MainWireframe.swift in Sources */, D922D9222134DCF000D43053 /* EditReciepientWireframeInput.swift in Sources */, D96A4FD921460B4A00CFD507 /* SplashScreenPresenter.swift in Sources */, - D937037B21490C3800D93077 /* KycForm2ViewController.swift in Sources */, D9768C88213BAE92009E01BC /* User.swift in Sources */, 0430986E2029FBA300821C70 /* TextFieldExtension.swift in Sources */, + 7301979022535135001954AB /* KycPresenter.swift in Sources */, 04BED1382015B47800B4CEB7 /* KYCModel.swift in Sources */, 9F91871D200F3EF900669BAC /* CommentsTableViewCell.swift in Sources */, D945F124213E1D5100A24824 /* SendMoneyReceiptWireframeInput.swift in Sources */, @@ -12801,21 +12767,21 @@ D922D9A921351B7400D43053 /* SendMoneyVerificationServiceType.swift in Sources */, 0413C2F32031576E000B508E /* PopUpGeneralInfo.swift in Sources */, D9A060D8223F680B00F5D7C4 /* ResendExchangeService.swift in Sources */, + 7301979622535135001954AB /* kycForm1ModuleInterface.swift in Sources */, D922D9642135145F00D43053 /* SendMoneyParentService.swift in Sources */, D9790621223F58420025BD5B /* ResendInteractorIO.swift in Sources */, A270F08F2075E34C00B78D00 /* PayoutMode.swift in Sources */, D96A50002146625C00CFD507 /* RegisterViewController.swift in Sources */, D945F126213E1D5100A24824 /* SendMoneyReceiptViewController.swift in Sources */, 9F16112C2029BDB3009E8610 /* TrackTransactionViewController.swift in Sources */, + 7301979E22535135001954AB /* kycForm1ViewInterface.swift in Sources */, D950BEDA21549242008367A1 /* HomeViewController.swift in Sources */, FF6E7D9821BF951D00A003B9 /* AppUpdateWireframeInput.swift in Sources */, 04BEF55A20593CFB007713F9 /* RewardViewController.swift in Sources */, - D937034121490C1A00D93077 /* KycForm3Presenter.swift in Sources */, D96A4FDE21460B4A00CFD507 /* SplashScreenViewController.swift in Sources */, D9DC107921639078008F3C51 /* MessageComposeServiceType.swift in Sources */, 9FD1EE6A1FF0F48F00AC79FC /* PaymentMethodViewController.swift in Sources */, D92B80252140C3CB00A25B26 /* MainModuleInterface.swift in Sources */, - D937037121490C3800D93077 /* KycForm2ModuleInterface.swift in Sources */, D946719521426DFB003924DB /* LoginModuleInterface.swift in Sources */, 043770E821AD04240005B22D /* PennyTestServiceType.swift in Sources */, D96BD1262164875800DFE7D8 /* WalletStatementTableViewCell.swift in Sources */, @@ -12849,16 +12815,17 @@ 04ACCA871FFF3C090051DB07 /* TransactionViewModel.swift in Sources */, A2ECF90D202312AE0009F481 /* ExchangeRateViewController.swift in Sources */, 04546C472032E324007EFE15 /* CharacterExtension.swift in Sources */, - D937034321490C1A00D93077 /* KycForm3WireframeInput.swift in Sources */, 04F6C2EA20109B8600C59431 /* Bank.swift in Sources */, A2266A5D2028451700E890A6 /* AgentViewModel.swift in Sources */, D922D9652135145F00D43053 /* SendMoneyParentInteractor.swift in Sources */, + 7301978F22535135001954AB /* KycInteractorIO.swift in Sources */, D92E656E222620A0004D1B3D /* SendMoneyCodeWireframe.swift in Sources */, 04E36E1921AE585200783685 /* PennyTestSubmitModuleInterface.swift in Sources */, D9BE022A21E2DD45003AA8C7 /* PaymentSelectionServiceType.swift in Sources */, 04BED13A2015BC6300B4CEB7 /* CDDenum.swift in Sources */, D9BE022F21E2DD45003AA8C7 /* PaymentSelectionWireframe.swift in Sources */, D92B80292140C3CB00A25B26 /* MainInteractorIO.swift in Sources */, + 730197AB22535135001954AB /* kycForm3ViewController.swift in Sources */, 0496B84F1FE7DFCD0044810E /* StringExtension.swift in Sources */, D9B7ADF52130048E009B0564 /* ExchangeRatesPresenter.swift in Sources */, D9BE022821E2DD45003AA8C7 /* PaymentSelectionModuleInterface.swift in Sources */, @@ -12905,7 +12872,9 @@ D9B7ADFD2130073A009B0564 /* WireframeInput.swift in Sources */, 044124C61FEBA1BD00FD4240 /* ResetPasswordViewModel.swift in Sources */, D92E656D222620A0004D1B3D /* SendMoneyCodeWireframeInput.swift in Sources */, + 730197AD22535135001954AB /* kycForm2ServiceType.swift in Sources */, 5565FF341FE29791002934E9 /* TableViewCell.swift in Sources */, + 730197A822535135001954AB /* kycForm3WireframeInput.swift in Sources */, D96BD1232164870C00DFE7D8 /* DateFormatterExtension.swift in Sources */, 0477E2A7204941FE00B02377 /* MoneyRequestViewController.swift in Sources */, D96A4FD421460B4A00CFD507 /* SplashScreenModuleInterface.swift in Sources */, @@ -12914,16 +12883,15 @@ D9B7ADF82130048E009B0564 /* ExchangeRatesViewController.swift in Sources */, D950BED321549242008367A1 /* HomeService.swift in Sources */, 9F3CFC56202824E60034F588 /* TrackRecipientViewController.swift in Sources */, - D937037E21490C3800D93077 /* KycForm1ServiceType.swift in Sources */, 045976B221A3D8F30001E92A /* AutoRefundsViewController.swift in Sources */, D9D22429224078D000C7313D /* ResendTableViewCell.swift in Sources */, 0474678C203C4A0100F6A583 /* PdfComposer.swift in Sources */, 043770EF21AD04240005B22D /* PennyTestViewInterface.swift in Sources */, - D937037621490C3800D93077 /* KycForm2Presenter.swift in Sources */, + 730197A622535135001954AB /* kycForm3Presenter.swift in Sources */, A2D2C5902032ACDA001FC8E5 /* TransactionSearchTableViewCell.swift in Sources */, D922D9AC21351B7400D43053 /* SendMoneyVerificationInteractor.swift in Sources */, A25A6C0B2029BBCE0024CDFB /* TranscationTableViewCell.swift in Sources */, - D93702AE2148EE6C00D93077 /* KycModuleInterface.swift in Sources */, + 730197AA22535135001954AB /* kycForm3ViewInterface.swift in Sources */, FF29296C212B8DFE00FF5BAC /* ExchangeRateCollectionViewCell.swift in Sources */, 0470300821CA3EAE00B6C9C3 /* AutoDebitServiceType.swift in Sources */, A2E3379B20484DD2002DB015 /* EarnedTableViewCell.swift in Sources */, @@ -12942,6 +12910,7 @@ D90A9D66213696E400A96E45 /* BankPickerViewController.swift in Sources */, 04DC27EE21A51E83003714F5 /* autoRefundService.swift in Sources */, D9BE022D21E2DD45003AA8C7 /* PaymentSelectionPresenter.swift in Sources */, + 730197B622535135001954AB /* kycForm2ViewController.swift in Sources */, 0428DC6A204910F9008355D7 /* WalletTransactionListViewController.swift in Sources */, 049E61A51FF0AE9D00817C76 /* UrlManager.swift in Sources */, D9AFE856215C7166005F3A25 /* HomeCollectionTableViewCell.swift in Sources */, @@ -12952,13 +12921,13 @@ D90A9D5C2136942300A96E45 /* BankBranchPickerViewController.swift in Sources */, 04B67E9020469ACC000A4248 /* WalletViewModel.swift in Sources */, D922D9682135145F00D43053 /* SendMoneyParentWireframe.swift in Sources */, - D937033C21490C1A00D93077 /* KycForm3ModuleInterface.swift in Sources */, + 730197AF22535135001954AB /* kycForm2InteractorIO.swift in Sources */, D922D9A821351B7400D43053 /* SendMoneyVerificationModuleInterface.swift in Sources */, 0470300721CA3EAE00B6C9C3 /* AutoDebitService.swift in Sources */, + 730197AE22535135001954AB /* kycForm2Service.swift in Sources */, D950BEDB21549242008367A1 /* HomeViewInterface.swift in Sources */, 0470300C21CA3EAE00B6C9C3 /* AutoDebitWireframe.swift in Sources */, 043324AA200E021D00CF3615 /* MobileRechargeDetailsViewController.swift in Sources */, - D937033E21490C1A00D93077 /* KycForm3Service.swift in Sources */, FF6E7D9121BF951D00A003B9 /* AppUpdateServiceType.swift in Sources */, 722347F0205A39D500296ADD /* SocialFeed.swift in Sources */, D945F11F213E1D5100A24824 /* SendMoneyReceiptServiceType.swift in Sources */, @@ -12967,13 +12936,13 @@ D96BD117216479E200DFE7D8 /* WalletStatementService.swift in Sources */, 04F826451FE7E4D300C4AF1E /* FillCodeViewModel.swift in Sources */, A254025D205F8C78001ED0DF /* HomeCellModel.swift in Sources */, - D937034221490C1A00D93077 /* KycForm3Wireframe.swift in Sources */, D922D9262134DCF000D43053 /* EditReciepientViewInterface.swift in Sources */, D90D55B121326DA800EEEE04 /* Reciepient.swift in Sources */, D9790625223F58420025BD5B /* ResendViewController.swift in Sources */, 04CD5395208F0765008F0971 /* UploadImageViewModel.swift in Sources */, D950BED821549242008367A1 /* HomeWireframe.swift in Sources */, D922D9AF21351B7400D43053 /* SendMoneyVerificationWireframeInput.swift in Sources */, + 730197A222535135001954AB /* kycForm3ServiceType.swift in Sources */, D9A060D7223F680B00F5D7C4 /* ResendExchangeModuleInterface.swift in Sources */, A2CB8E592027002E00008EEE /* ExchangeRateViewModel.swift in Sources */, D96BD11B216479E200DFE7D8 /* WalletStatementWireframe.swift in Sources */, @@ -12982,7 +12951,6 @@ 043770F021AD04240005B22D /* PennyTestViewController.swift in Sources */, D92B80282140C3CB00A25B26 /* MainInteractor.swift in Sources */, A2B9D7592020C616007C1049 /* MyStoryViewController.swift in Sources */, - D937037921490C3800D93077 /* KycForm2ViewInterface.swift in Sources */, 04E36E1E21AE585200783685 /* PennyTestSubmitPresenter.swift in Sources */, D92E6570222620A0004D1B3D /* SendMoneyCodeViewInterface.swift in Sources */, D97785A4215DC55F00754079 /* TransactionHistoryWireframe.swift in Sources */, @@ -12992,10 +12960,9 @@ D9DC108421639E56008F3C51 /* SuccessMessage.swift in Sources */, 047635AE200B3F1B00E6F4E5 /* MobileRechargeViewModel.swift in Sources */, A2E337992048451E002DB015 /* EarnedViewController.swift in Sources */, - D937037521490C3800D93077 /* KycForm2Interactor.swift in Sources */, A25743B420243F1F00727D1F /* AgentBankViewController.swift in Sources */, - D937037821490C3800D93077 /* KycForm2WireframeInput.swift in Sources */, 9FCBD34B202B179600BAEB32 /* PayoutTableViewCell.swift in Sources */, + 730197A522535135001954AB /* kycForm3Interactor.swift in Sources */, D922D94A2135124200D43053 /* SendMoneyPaymentModeViewInterface.swift in Sources */, 04498A70203833D700AC4D99 /* Branch.swift in Sources */, D9380D2D2165A2ED00E45156 /* ProfileViewController.swift in Sources */, @@ -13004,9 +12971,7 @@ 04BEF55C20593F0C007713F9 /* RewardCollectionViewCell.swift in Sources */, 9F983C0A20245483001DCB3F /* _SplashScreenViewController.swift in Sources */, D92B802A2140C3CB00A25B26 /* MainPresenter.swift in Sources */, - D93702B52148EE6C00D93077 /* KycWireframeInput.swift in Sources */, D946719721426DFB003924DB /* LoginServiceType.swift in Sources */, - D937033F21490C1A00D93077 /* KycForm3InteractorIO.swift in Sources */, D9DC107821639078008F3C51 /* MessageComposeModuleInterface.swift in Sources */, D9DC107E21639078008F3C51 /* MessageComposeWireframeInput.swift in Sources */, D922D91D2134DCF000D43053 /* EditReciepientServiceType.swift in Sources */, @@ -13015,10 +12980,10 @@ D90D55D121327CD600EEEE04 /* AddReciepientWireframe.swift in Sources */, D957DC6C213D05E700FA812D /* SendMoneySubmitResponse.swift in Sources */, D90D55CB21327CD600EEEE04 /* AddReciepientModuleInterface.swift in Sources */, - D937037321490C3800D93077 /* KycForm2Service.swift in Sources */, 9F04F1D92088BE160011C0BA /* CurrenciesData.swift in Sources */, D92B80272140C3CB00A25B26 /* MainServiceType.swift in Sources */, 043770ED21AD04240005B22D /* PennyTestWireframeInput.swift in Sources */, + 7301979322535135001954AB /* KycViewInterface.swift in Sources */, D95B5E4B21315C57000C0B33 /* EmptyTableViewCell.swift in Sources */, 04CAEC2D1FEBAEB400C819D4 /* KYCViewModel.swift in Sources */, 9F03D22E1FECFC52002E132E /* RecipientTranscationViewController.swift in Sources */, @@ -13036,10 +13001,11 @@ A2E3379F204911CA002DB015 /* PopUpInviteeDetail.swift in Sources */, 0430986C2029EF4B00821C70 /* TrackTransactionTableViewCell.swift in Sources */, D922D98721351AAE00D43053 /* SendMoneyExchangeRateInteractorIO.swift in Sources */, - D937037D21490C3800D93077 /* KycForm1Service.swift in Sources */, D922D9622135145F00D43053 /* SendMoneyParentModuleInterface.swift in Sources */, D96A4FF92146625C00CFD507 /* RegisterInteractor.swift in Sources */, D97D58D72240D34900EFB27E /* ResendDetail.swift in Sources */, + 7301978B22535135001954AB /* KycModuleInterface.swift in Sources */, + 7301979722535135001954AB /* kycForm1Service.swift in Sources */, A2FD3AED2052566A00404EA9 /* NotificationModel.swift in Sources */, D946719C21426DFB003924DB /* LoginWireframeInput.swift in Sources */, D90D55CE21327CD600EEEE04 /* AddReciepientInteractor.swift in Sources */, @@ -13052,15 +13018,15 @@ 0470301021CA3EAE00B6C9C3 /* AutoDebitViewInterface.swift in Sources */, D9CB49872132A5F500B7A124 /* ItemsPickerViewController.swift in Sources */, D922D9422135124200D43053 /* SendMoneyPaymentModeServiceType.swift in Sources */, - D937038421490C3800D93077 /* KycForm1ViewInterface.swift in Sources */, + 7301979B22535135001954AB /* kycForm1Presenter.swift in Sources */, D9790620223F58420025BD5B /* ResendInteractor.swift in Sources */, D90D55CF21327CD600EEEE04 /* AddReciepientInteractorIO.swift in Sources */, + 730197B122535135001954AB /* kycForm2Presenter.swift in Sources */, D945F120213E1D5100A24824 /* SendMoneyReceiptInteractor.swift in Sources */, 041A86A721D1F5590044C83C /* WkWebViewController.swift in Sources */, 043A8AFA1FE80BC2004DA154 /* KYCPersonalInfoViewController.swift in Sources */, 0496B84B1FE7DFBA0044810E /* Validation.swift in Sources */, D90D55D72132846000EEEE04 /* SendMoneyCountryModel.swift in Sources */, - D937038621490C3800D93077 /* KycForm1ViewController.swift in Sources */, D9CB49752132909500B7A124 /* SendMoneyDistrictViewModel.swift in Sources */, D95B5E3B21311057000C0B33 /* GmeContactsServiceType.swift in Sources */, 0470300921CA3EAE00B6C9C3 /* AutoDebitInteractor.swift in Sources */, @@ -13078,6 +13044,7 @@ D945F11E213E1D5100A24824 /* SendMoneyReceiptService.swift in Sources */, 0470300621CA3EAE00B6C9C3 /* AutoDebitModuleInterface.swift in Sources */, D9DC108021639078008F3C51 /* MessageComposeViewController.swift in Sources */, + 7301979D22535135001954AB /* kycForm1WireframeInput.swift in Sources */, D922D9242134DCF000D43053 /* EditReciepientViewController.swift in Sources */, 044124C51FEBA1BD00FD4240 /* ResetPasswordViewController.swift in Sources */, ); diff --git a/GMERemittance/AppDelegate.swift b/GMERemittance/AppDelegate.swift index 235f0485..b4674240 100644 --- a/GMERemittance/AppDelegate.swift +++ b/GMERemittance/AppDelegate.swift @@ -32,8 +32,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD var cmRegistrationId: String? - - func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { UIApplication.shared.applicationIconBadgeNumber = 0 firstTranscationStatusForHome = true diff --git a/GMERemittance/Module/.DS_Store b/GMERemittance/Module/.DS_Store index e7c65835..5672d8b3 100644 Binary files a/GMERemittance/Module/.DS_Store and b/GMERemittance/Module/.DS_Store differ diff --git a/GMERemittance/Module/New Group/.DS_Store b/GMERemittance/Module/KYC/.DS_Store similarity index 100% rename from GMERemittance/Module/New Group/.DS_Store rename to GMERemittance/Module/KYC/.DS_Store diff --git a/GMERemittance/Module/New Group/Kyc/Application Logic/Interactor/KycInteractor.swift b/GMERemittance/Module/KYC/Kyc/Application Logic/Interactor/KycInteractor.swift similarity index 100% rename from GMERemittance/Module/New Group/Kyc/Application Logic/Interactor/KycInteractor.swift rename to GMERemittance/Module/KYC/Kyc/Application Logic/Interactor/KycInteractor.swift diff --git a/GMERemittance/Module/New Group/Kyc/Application Logic/Interactor/KycInteractorIO.swift b/GMERemittance/Module/KYC/Kyc/Application Logic/Interactor/KycInteractorIO.swift similarity index 100% rename from GMERemittance/Module/New Group/Kyc/Application Logic/Interactor/KycInteractorIO.swift rename to GMERemittance/Module/KYC/Kyc/Application Logic/Interactor/KycInteractorIO.swift diff --git a/GMERemittance/Module/New Group/Kyc/Application Logic/Service/KycService.swift b/GMERemittance/Module/KYC/Kyc/Application Logic/Service/KycService.swift similarity index 100% rename from GMERemittance/Module/New Group/Kyc/Application Logic/Service/KycService.swift rename to GMERemittance/Module/KYC/Kyc/Application Logic/Service/KycService.swift diff --git a/GMERemittance/Module/New Group/Kyc/Application Logic/Service/KycServiceType.swift b/GMERemittance/Module/KYC/Kyc/Application Logic/Service/KycServiceType.swift similarity index 100% rename from GMERemittance/Module/New Group/Kyc/Application Logic/Service/KycServiceType.swift rename to GMERemittance/Module/KYC/Kyc/Application Logic/Service/KycServiceType.swift diff --git a/GMERemittance/Module/New Group/Kyc/Module Interface/KycModuleInterface.swift b/GMERemittance/Module/KYC/Kyc/Module Interface/KycModuleInterface.swift similarity index 100% rename from GMERemittance/Module/New Group/Kyc/Module Interface/KycModuleInterface.swift rename to GMERemittance/Module/KYC/Kyc/Module Interface/KycModuleInterface.swift diff --git a/GMERemittance/Module/New Group/Kyc/User Interface/Presenter/KycPresenter.swift b/GMERemittance/Module/KYC/Kyc/User Interface/Presenter/KycPresenter.swift similarity index 100% rename from GMERemittance/Module/New Group/Kyc/User Interface/Presenter/KycPresenter.swift rename to GMERemittance/Module/KYC/Kyc/User Interface/Presenter/KycPresenter.swift diff --git a/GMERemittance/Module/New Group/Kyc/User Interface/View/Kyc.storyboard b/GMERemittance/Module/KYC/Kyc/User Interface/View/Kyc.storyboard similarity index 100% rename from GMERemittance/Module/New Group/Kyc/User Interface/View/Kyc.storyboard rename to GMERemittance/Module/KYC/Kyc/User Interface/View/Kyc.storyboard diff --git a/GMERemittance/Module/New Group/Kyc/User Interface/View/KycViewController.swift b/GMERemittance/Module/KYC/Kyc/User Interface/View/KycViewController.swift similarity index 100% rename from GMERemittance/Module/New Group/Kyc/User Interface/View/KycViewController.swift rename to GMERemittance/Module/KYC/Kyc/User Interface/View/KycViewController.swift diff --git a/GMERemittance/Module/New Group/Kyc/User Interface/View/KycViewInterface.swift b/GMERemittance/Module/KYC/Kyc/User Interface/View/KycViewInterface.swift similarity index 100% rename from GMERemittance/Module/New Group/Kyc/User Interface/View/KycViewInterface.swift rename to GMERemittance/Module/KYC/Kyc/User Interface/View/KycViewInterface.swift diff --git a/GMERemittance/Module/New Group/Kyc/User Interface/Wireframe/KycWireframe.swift b/GMERemittance/Module/KYC/Kyc/User Interface/Wireframe/KycWireframe.swift similarity index 100% rename from GMERemittance/Module/New Group/Kyc/User Interface/Wireframe/KycWireframe.swift rename to GMERemittance/Module/KYC/Kyc/User Interface/Wireframe/KycWireframe.swift diff --git a/GMERemittance/Module/New Group/Kyc/User Interface/Wireframe/KycWireframeInput.swift b/GMERemittance/Module/KYC/Kyc/User Interface/Wireframe/KycWireframeInput.swift similarity index 100% rename from GMERemittance/Module/New Group/Kyc/User Interface/Wireframe/KycWireframeInput.swift rename to GMERemittance/Module/KYC/Kyc/User Interface/Wireframe/KycWireframeInput.swift diff --git a/GMERemittance/Module/New Group/kycForm1/Application Logic/Interactor/kycForm1Interactor.swift b/GMERemittance/Module/KYC/kycForm1/Application Logic/Interactor/kycForm1Interactor.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm1/Application Logic/Interactor/kycForm1Interactor.swift rename to GMERemittance/Module/KYC/kycForm1/Application Logic/Interactor/kycForm1Interactor.swift diff --git a/GMERemittance/Module/New Group/kycForm1/Application Logic/Interactor/kycForm1InteractorIO.swift b/GMERemittance/Module/KYC/kycForm1/Application Logic/Interactor/kycForm1InteractorIO.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm1/Application Logic/Interactor/kycForm1InteractorIO.swift rename to GMERemittance/Module/KYC/kycForm1/Application Logic/Interactor/kycForm1InteractorIO.swift diff --git a/GMERemittance/Module/New Group/kycForm1/Application Logic/Service/kycForm1Service.swift b/GMERemittance/Module/KYC/kycForm1/Application Logic/Service/kycForm1Service.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm1/Application Logic/Service/kycForm1Service.swift rename to GMERemittance/Module/KYC/kycForm1/Application Logic/Service/kycForm1Service.swift diff --git a/GMERemittance/Module/New Group/kycForm1/Application Logic/Service/kycForm1ServiceType.swift b/GMERemittance/Module/KYC/kycForm1/Application Logic/Service/kycForm1ServiceType.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm1/Application Logic/Service/kycForm1ServiceType.swift rename to GMERemittance/Module/KYC/kycForm1/Application Logic/Service/kycForm1ServiceType.swift diff --git a/GMERemittance/Module/New Group/kycForm1/Module Interface/kycForm1ModuleInterface.swift b/GMERemittance/Module/KYC/kycForm1/Module Interface/kycForm1ModuleInterface.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm1/Module Interface/kycForm1ModuleInterface.swift rename to GMERemittance/Module/KYC/kycForm1/Module Interface/kycForm1ModuleInterface.swift diff --git a/GMERemittance/Module/New Group/kycForm1/User Interface/.DS_Store b/GMERemittance/Module/KYC/kycForm1/User Interface/.DS_Store similarity index 100% rename from GMERemittance/Module/New Group/kycForm1/User Interface/.DS_Store rename to GMERemittance/Module/KYC/kycForm1/User Interface/.DS_Store diff --git a/GMERemittance/Module/New Group/kycForm1/User Interface/Presenter/kycForm1Presenter.swift b/GMERemittance/Module/KYC/kycForm1/User Interface/Presenter/kycForm1Presenter.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm1/User Interface/Presenter/kycForm1Presenter.swift rename to GMERemittance/Module/KYC/kycForm1/User Interface/Presenter/kycForm1Presenter.swift diff --git a/GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1.storyboard b/GMERemittance/Module/KYC/kycForm1/User Interface/View/kycForm1.storyboard similarity index 100% rename from GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1.storyboard rename to GMERemittance/Module/KYC/kycForm1/User Interface/View/kycForm1.storyboard diff --git a/GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift b/GMERemittance/Module/KYC/kycForm1/User Interface/View/kycForm1ViewController.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift rename to GMERemittance/Module/KYC/kycForm1/User Interface/View/kycForm1ViewController.swift diff --git a/GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewInterface.swift b/GMERemittance/Module/KYC/kycForm1/User Interface/View/kycForm1ViewInterface.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewInterface.swift rename to GMERemittance/Module/KYC/kycForm1/User Interface/View/kycForm1ViewInterface.swift diff --git a/GMERemittance/Module/New Group/kycForm1/User Interface/Wireframe/kycForm1Wireframe.swift b/GMERemittance/Module/KYC/kycForm1/User Interface/Wireframe/kycForm1Wireframe.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm1/User Interface/Wireframe/kycForm1Wireframe.swift rename to GMERemittance/Module/KYC/kycForm1/User Interface/Wireframe/kycForm1Wireframe.swift diff --git a/GMERemittance/Module/New Group/kycForm1/User Interface/Wireframe/kycForm1WireframeInput.swift b/GMERemittance/Module/KYC/kycForm1/User Interface/Wireframe/kycForm1WireframeInput.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm1/User Interface/Wireframe/kycForm1WireframeInput.swift rename to GMERemittance/Module/KYC/kycForm1/User Interface/Wireframe/kycForm1WireframeInput.swift diff --git a/GMERemittance/Module/New Group/kycForm2/Application Logic/Interactor/kycForm2Interactor.swift b/GMERemittance/Module/KYC/kycForm2/Application Logic/Interactor/kycForm2Interactor.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm2/Application Logic/Interactor/kycForm2Interactor.swift rename to GMERemittance/Module/KYC/kycForm2/Application Logic/Interactor/kycForm2Interactor.swift diff --git a/GMERemittance/Module/New Group/kycForm2/Application Logic/Interactor/kycForm2InteractorIO.swift b/GMERemittance/Module/KYC/kycForm2/Application Logic/Interactor/kycForm2InteractorIO.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm2/Application Logic/Interactor/kycForm2InteractorIO.swift rename to GMERemittance/Module/KYC/kycForm2/Application Logic/Interactor/kycForm2InteractorIO.swift diff --git a/GMERemittance/Module/New Group/kycForm2/Application Logic/Service/kycForm2Service.swift b/GMERemittance/Module/KYC/kycForm2/Application Logic/Service/kycForm2Service.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm2/Application Logic/Service/kycForm2Service.swift rename to GMERemittance/Module/KYC/kycForm2/Application Logic/Service/kycForm2Service.swift diff --git a/GMERemittance/Module/New Group/kycForm2/Application Logic/Service/kycForm2ServiceType.swift b/GMERemittance/Module/KYC/kycForm2/Application Logic/Service/kycForm2ServiceType.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm2/Application Logic/Service/kycForm2ServiceType.swift rename to GMERemittance/Module/KYC/kycForm2/Application Logic/Service/kycForm2ServiceType.swift diff --git a/GMERemittance/Module/New Group/kycForm2/Module Interface/kycForm2ModuleInterface.swift b/GMERemittance/Module/KYC/kycForm2/Module Interface/kycForm2ModuleInterface.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm2/Module Interface/kycForm2ModuleInterface.swift rename to GMERemittance/Module/KYC/kycForm2/Module Interface/kycForm2ModuleInterface.swift diff --git a/GMERemittance/Module/New Group/kycForm2/User Interface/Presenter/kycForm2Presenter.swift b/GMERemittance/Module/KYC/kycForm2/User Interface/Presenter/kycForm2Presenter.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm2/User Interface/Presenter/kycForm2Presenter.swift rename to GMERemittance/Module/KYC/kycForm2/User Interface/Presenter/kycForm2Presenter.swift diff --git a/GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2.storyboard b/GMERemittance/Module/KYC/kycForm2/User Interface/View/kycForm2.storyboard similarity index 100% rename from GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2.storyboard rename to GMERemittance/Module/KYC/kycForm2/User Interface/View/kycForm2.storyboard diff --git a/GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2ViewController.swift b/GMERemittance/Module/KYC/kycForm2/User Interface/View/kycForm2ViewController.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2ViewController.swift rename to GMERemittance/Module/KYC/kycForm2/User Interface/View/kycForm2ViewController.swift diff --git a/GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2ViewInterface.swift b/GMERemittance/Module/KYC/kycForm2/User Interface/View/kycForm2ViewInterface.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2ViewInterface.swift rename to GMERemittance/Module/KYC/kycForm2/User Interface/View/kycForm2ViewInterface.swift diff --git a/GMERemittance/Module/New Group/kycForm2/User Interface/Wireframe/kycForm2Wireframe.swift b/GMERemittance/Module/KYC/kycForm2/User Interface/Wireframe/kycForm2Wireframe.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm2/User Interface/Wireframe/kycForm2Wireframe.swift rename to GMERemittance/Module/KYC/kycForm2/User Interface/Wireframe/kycForm2Wireframe.swift diff --git a/GMERemittance/Module/New Group/kycForm2/User Interface/Wireframe/kycForm2WireframeInput.swift b/GMERemittance/Module/KYC/kycForm2/User Interface/Wireframe/kycForm2WireframeInput.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm2/User Interface/Wireframe/kycForm2WireframeInput.swift rename to GMERemittance/Module/KYC/kycForm2/User Interface/Wireframe/kycForm2WireframeInput.swift diff --git a/GMERemittance/Module/New Group/kycForm3/Application Logic/Interactor/kycForm3Interactor.swift b/GMERemittance/Module/KYC/kycForm3/Application Logic/Interactor/kycForm3Interactor.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm3/Application Logic/Interactor/kycForm3Interactor.swift rename to GMERemittance/Module/KYC/kycForm3/Application Logic/Interactor/kycForm3Interactor.swift diff --git a/GMERemittance/Module/New Group/kycForm3/Application Logic/Interactor/kycForm3InteractorIO.swift b/GMERemittance/Module/KYC/kycForm3/Application Logic/Interactor/kycForm3InteractorIO.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm3/Application Logic/Interactor/kycForm3InteractorIO.swift rename to GMERemittance/Module/KYC/kycForm3/Application Logic/Interactor/kycForm3InteractorIO.swift diff --git a/GMERemittance/Module/New Group/kycForm3/Application Logic/Service/kycForm3Service.swift b/GMERemittance/Module/KYC/kycForm3/Application Logic/Service/kycForm3Service.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm3/Application Logic/Service/kycForm3Service.swift rename to GMERemittance/Module/KYC/kycForm3/Application Logic/Service/kycForm3Service.swift diff --git a/GMERemittance/Module/New Group/kycForm3/Application Logic/Service/kycForm3ServiceType.swift b/GMERemittance/Module/KYC/kycForm3/Application Logic/Service/kycForm3ServiceType.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm3/Application Logic/Service/kycForm3ServiceType.swift rename to GMERemittance/Module/KYC/kycForm3/Application Logic/Service/kycForm3ServiceType.swift diff --git a/GMERemittance/Module/New Group/kycForm3/Module Interface/kycForm3ModuleInterface.swift b/GMERemittance/Module/KYC/kycForm3/Module Interface/kycForm3ModuleInterface.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm3/Module Interface/kycForm3ModuleInterface.swift rename to GMERemittance/Module/KYC/kycForm3/Module Interface/kycForm3ModuleInterface.swift diff --git a/GMERemittance/Module/New Group/kycForm3/User Interface/Presenter/kycForm3Presenter.swift b/GMERemittance/Module/KYC/kycForm3/User Interface/Presenter/kycForm3Presenter.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm3/User Interface/Presenter/kycForm3Presenter.swift rename to GMERemittance/Module/KYC/kycForm3/User Interface/Presenter/kycForm3Presenter.swift diff --git a/GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3.storyboard b/GMERemittance/Module/KYC/kycForm3/User Interface/View/kycForm3.storyboard similarity index 100% rename from GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3.storyboard rename to GMERemittance/Module/KYC/kycForm3/User Interface/View/kycForm3.storyboard diff --git a/GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3ViewController.swift b/GMERemittance/Module/KYC/kycForm3/User Interface/View/kycForm3ViewController.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3ViewController.swift rename to GMERemittance/Module/KYC/kycForm3/User Interface/View/kycForm3ViewController.swift diff --git a/GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3ViewInterface.swift b/GMERemittance/Module/KYC/kycForm3/User Interface/View/kycForm3ViewInterface.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3ViewInterface.swift rename to GMERemittance/Module/KYC/kycForm3/User Interface/View/kycForm3ViewInterface.swift diff --git a/GMERemittance/Module/New Group/kycForm3/User Interface/Wireframe/kycForm3Wireframe.swift b/GMERemittance/Module/KYC/kycForm3/User Interface/Wireframe/kycForm3Wireframe.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm3/User Interface/Wireframe/kycForm3Wireframe.swift rename to GMERemittance/Module/KYC/kycForm3/User Interface/Wireframe/kycForm3Wireframe.swift diff --git a/GMERemittance/Module/New Group/kycForm3/User Interface/Wireframe/kycForm3WireframeInput.swift b/GMERemittance/Module/KYC/kycForm3/User Interface/Wireframe/kycForm3WireframeInput.swift similarity index 100% rename from GMERemittance/Module/New Group/kycForm3/User Interface/Wireframe/kycForm3WireframeInput.swift rename to GMERemittance/Module/KYC/kycForm3/User Interface/Wireframe/kycForm3WireframeInput.swift