Browse Source

rename kyc module folder

pull/1/head
james 6 years ago
parent
commit
f2bb834645
  1. BIN
      .DS_Store
  2. 977
      GME Remit.xcodeproj/project.pbxproj
  3. 2
      GMERemittance/AppDelegate.swift
  4. BIN
      GMERemittance/Module/.DS_Store
  5. 0
      GMERemittance/Module/KYC/.DS_Store
  6. 0
      GMERemittance/Module/KYC/Kyc/Application Logic/Interactor/KycInteractor.swift
  7. 0
      GMERemittance/Module/KYC/Kyc/Application Logic/Interactor/KycInteractorIO.swift
  8. 0
      GMERemittance/Module/KYC/Kyc/Application Logic/Service/KycService.swift
  9. 0
      GMERemittance/Module/KYC/Kyc/Application Logic/Service/KycServiceType.swift
  10. 0
      GMERemittance/Module/KYC/Kyc/Module Interface/KycModuleInterface.swift
  11. 0
      GMERemittance/Module/KYC/Kyc/User Interface/Presenter/KycPresenter.swift
  12. 0
      GMERemittance/Module/KYC/Kyc/User Interface/View/Kyc.storyboard
  13. 0
      GMERemittance/Module/KYC/Kyc/User Interface/View/KycViewController.swift
  14. 0
      GMERemittance/Module/KYC/Kyc/User Interface/View/KycViewInterface.swift
  15. 0
      GMERemittance/Module/KYC/Kyc/User Interface/Wireframe/KycWireframe.swift
  16. 0
      GMERemittance/Module/KYC/Kyc/User Interface/Wireframe/KycWireframeInput.swift
  17. 0
      GMERemittance/Module/KYC/kycForm1/Application Logic/Interactor/kycForm1Interactor.swift
  18. 0
      GMERemittance/Module/KYC/kycForm1/Application Logic/Interactor/kycForm1InteractorIO.swift
  19. 0
      GMERemittance/Module/KYC/kycForm1/Application Logic/Service/kycForm1Service.swift
  20. 0
      GMERemittance/Module/KYC/kycForm1/Application Logic/Service/kycForm1ServiceType.swift
  21. 0
      GMERemittance/Module/KYC/kycForm1/Module Interface/kycForm1ModuleInterface.swift
  22. 0
      GMERemittance/Module/KYC/kycForm1/User Interface/.DS_Store
  23. 0
      GMERemittance/Module/KYC/kycForm1/User Interface/Presenter/kycForm1Presenter.swift
  24. 0
      GMERemittance/Module/KYC/kycForm1/User Interface/View/kycForm1.storyboard
  25. 0
      GMERemittance/Module/KYC/kycForm1/User Interface/View/kycForm1ViewController.swift
  26. 0
      GMERemittance/Module/KYC/kycForm1/User Interface/View/kycForm1ViewInterface.swift
  27. 0
      GMERemittance/Module/KYC/kycForm1/User Interface/Wireframe/kycForm1Wireframe.swift
  28. 0
      GMERemittance/Module/KYC/kycForm1/User Interface/Wireframe/kycForm1WireframeInput.swift
  29. 0
      GMERemittance/Module/KYC/kycForm2/Application Logic/Interactor/kycForm2Interactor.swift
  30. 0
      GMERemittance/Module/KYC/kycForm2/Application Logic/Interactor/kycForm2InteractorIO.swift
  31. 0
      GMERemittance/Module/KYC/kycForm2/Application Logic/Service/kycForm2Service.swift
  32. 0
      GMERemittance/Module/KYC/kycForm2/Application Logic/Service/kycForm2ServiceType.swift
  33. 0
      GMERemittance/Module/KYC/kycForm2/Module Interface/kycForm2ModuleInterface.swift
  34. 0
      GMERemittance/Module/KYC/kycForm2/User Interface/Presenter/kycForm2Presenter.swift
  35. 0
      GMERemittance/Module/KYC/kycForm2/User Interface/View/kycForm2.storyboard
  36. 0
      GMERemittance/Module/KYC/kycForm2/User Interface/View/kycForm2ViewController.swift
  37. 0
      GMERemittance/Module/KYC/kycForm2/User Interface/View/kycForm2ViewInterface.swift
  38. 0
      GMERemittance/Module/KYC/kycForm2/User Interface/Wireframe/kycForm2Wireframe.swift
  39. 0
      GMERemittance/Module/KYC/kycForm2/User Interface/Wireframe/kycForm2WireframeInput.swift
  40. 0
      GMERemittance/Module/KYC/kycForm3/Application Logic/Interactor/kycForm3Interactor.swift
  41. 0
      GMERemittance/Module/KYC/kycForm3/Application Logic/Interactor/kycForm3InteractorIO.swift
  42. 0
      GMERemittance/Module/KYC/kycForm3/Application Logic/Service/kycForm3Service.swift
  43. 0
      GMERemittance/Module/KYC/kycForm3/Application Logic/Service/kycForm3ServiceType.swift
  44. 0
      GMERemittance/Module/KYC/kycForm3/Module Interface/kycForm3ModuleInterface.swift
  45. 0
      GMERemittance/Module/KYC/kycForm3/User Interface/Presenter/kycForm3Presenter.swift
  46. 0
      GMERemittance/Module/KYC/kycForm3/User Interface/View/kycForm3.storyboard
  47. 0
      GMERemittance/Module/KYC/kycForm3/User Interface/View/kycForm3ViewController.swift
  48. 0
      GMERemittance/Module/KYC/kycForm3/User Interface/View/kycForm3ViewInterface.swift
  49. 0
      GMERemittance/Module/KYC/kycForm3/User Interface/Wireframe/kycForm3Wireframe.swift
  50. 0
      GMERemittance/Module/KYC/kycForm3/User Interface/Wireframe/kycForm3WireframeInput.swift

BIN
.DS_Store

977
GME Remit.xcodeproj/project.pbxproj
File diff suppressed because it is too large
View File

2
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

BIN
GMERemittance/Module/.DS_Store

0
GMERemittance/Module/New Group/.DS_Store → GMERemittance/Module/KYC/.DS_Store

0
GMERemittance/Module/New Group/Kyc/Application Logic/Interactor/KycInteractor.swift → GMERemittance/Module/KYC/Kyc/Application Logic/Interactor/KycInteractor.swift

0
GMERemittance/Module/New Group/Kyc/Application Logic/Interactor/KycInteractorIO.swift → GMERemittance/Module/KYC/Kyc/Application Logic/Interactor/KycInteractorIO.swift

0
GMERemittance/Module/New Group/Kyc/Application Logic/Service/KycService.swift → GMERemittance/Module/KYC/Kyc/Application Logic/Service/KycService.swift

0
GMERemittance/Module/New Group/Kyc/Application Logic/Service/KycServiceType.swift → GMERemittance/Module/KYC/Kyc/Application Logic/Service/KycServiceType.swift

0
GMERemittance/Module/New Group/Kyc/Module Interface/KycModuleInterface.swift → GMERemittance/Module/KYC/Kyc/Module Interface/KycModuleInterface.swift

0
GMERemittance/Module/New Group/Kyc/User Interface/Presenter/KycPresenter.swift → GMERemittance/Module/KYC/Kyc/User Interface/Presenter/KycPresenter.swift

0
GMERemittance/Module/New Group/Kyc/User Interface/View/Kyc.storyboard → GMERemittance/Module/KYC/Kyc/User Interface/View/Kyc.storyboard

0
GMERemittance/Module/New Group/Kyc/User Interface/View/KycViewController.swift → GMERemittance/Module/KYC/Kyc/User Interface/View/KycViewController.swift

0
GMERemittance/Module/New Group/Kyc/User Interface/View/KycViewInterface.swift → GMERemittance/Module/KYC/Kyc/User Interface/View/KycViewInterface.swift

0
GMERemittance/Module/New Group/Kyc/User Interface/Wireframe/KycWireframe.swift → GMERemittance/Module/KYC/Kyc/User Interface/Wireframe/KycWireframe.swift

0
GMERemittance/Module/New Group/Kyc/User Interface/Wireframe/KycWireframeInput.swift → GMERemittance/Module/KYC/Kyc/User Interface/Wireframe/KycWireframeInput.swift

0
GMERemittance/Module/New Group/kycForm1/Application Logic/Interactor/kycForm1Interactor.swift → GMERemittance/Module/KYC/kycForm1/Application Logic/Interactor/kycForm1Interactor.swift

0
GMERemittance/Module/New Group/kycForm1/Application Logic/Interactor/kycForm1InteractorIO.swift → GMERemittance/Module/KYC/kycForm1/Application Logic/Interactor/kycForm1InteractorIO.swift

0
GMERemittance/Module/New Group/kycForm1/Application Logic/Service/kycForm1Service.swift → GMERemittance/Module/KYC/kycForm1/Application Logic/Service/kycForm1Service.swift

0
GMERemittance/Module/New Group/kycForm1/Application Logic/Service/kycForm1ServiceType.swift → GMERemittance/Module/KYC/kycForm1/Application Logic/Service/kycForm1ServiceType.swift

0
GMERemittance/Module/New Group/kycForm1/Module Interface/kycForm1ModuleInterface.swift → GMERemittance/Module/KYC/kycForm1/Module Interface/kycForm1ModuleInterface.swift

0
GMERemittance/Module/New Group/kycForm1/User Interface/.DS_Store → GMERemittance/Module/KYC/kycForm1/User Interface/.DS_Store

0
GMERemittance/Module/New Group/kycForm1/User Interface/Presenter/kycForm1Presenter.swift → GMERemittance/Module/KYC/kycForm1/User Interface/Presenter/kycForm1Presenter.swift

0
GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1.storyboard → GMERemittance/Module/KYC/kycForm1/User Interface/View/kycForm1.storyboard

0
GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift → GMERemittance/Module/KYC/kycForm1/User Interface/View/kycForm1ViewController.swift

0
GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewInterface.swift → GMERemittance/Module/KYC/kycForm1/User Interface/View/kycForm1ViewInterface.swift

0
GMERemittance/Module/New Group/kycForm1/User Interface/Wireframe/kycForm1Wireframe.swift → GMERemittance/Module/KYC/kycForm1/User Interface/Wireframe/kycForm1Wireframe.swift

0
GMERemittance/Module/New Group/kycForm1/User Interface/Wireframe/kycForm1WireframeInput.swift → GMERemittance/Module/KYC/kycForm1/User Interface/Wireframe/kycForm1WireframeInput.swift

0
GMERemittance/Module/New Group/kycForm2/Application Logic/Interactor/kycForm2Interactor.swift → GMERemittance/Module/KYC/kycForm2/Application Logic/Interactor/kycForm2Interactor.swift

0
GMERemittance/Module/New Group/kycForm2/Application Logic/Interactor/kycForm2InteractorIO.swift → GMERemittance/Module/KYC/kycForm2/Application Logic/Interactor/kycForm2InteractorIO.swift

0
GMERemittance/Module/New Group/kycForm2/Application Logic/Service/kycForm2Service.swift → GMERemittance/Module/KYC/kycForm2/Application Logic/Service/kycForm2Service.swift

0
GMERemittance/Module/New Group/kycForm2/Application Logic/Service/kycForm2ServiceType.swift → GMERemittance/Module/KYC/kycForm2/Application Logic/Service/kycForm2ServiceType.swift

0
GMERemittance/Module/New Group/kycForm2/Module Interface/kycForm2ModuleInterface.swift → GMERemittance/Module/KYC/kycForm2/Module Interface/kycForm2ModuleInterface.swift

0
GMERemittance/Module/New Group/kycForm2/User Interface/Presenter/kycForm2Presenter.swift → GMERemittance/Module/KYC/kycForm2/User Interface/Presenter/kycForm2Presenter.swift

0
GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2.storyboard → GMERemittance/Module/KYC/kycForm2/User Interface/View/kycForm2.storyboard

0
GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2ViewController.swift → GMERemittance/Module/KYC/kycForm2/User Interface/View/kycForm2ViewController.swift

0
GMERemittance/Module/New Group/kycForm2/User Interface/View/kycForm2ViewInterface.swift → GMERemittance/Module/KYC/kycForm2/User Interface/View/kycForm2ViewInterface.swift

0
GMERemittance/Module/New Group/kycForm2/User Interface/Wireframe/kycForm2Wireframe.swift → GMERemittance/Module/KYC/kycForm2/User Interface/Wireframe/kycForm2Wireframe.swift

0
GMERemittance/Module/New Group/kycForm2/User Interface/Wireframe/kycForm2WireframeInput.swift → GMERemittance/Module/KYC/kycForm2/User Interface/Wireframe/kycForm2WireframeInput.swift

0
GMERemittance/Module/New Group/kycForm3/Application Logic/Interactor/kycForm3Interactor.swift → GMERemittance/Module/KYC/kycForm3/Application Logic/Interactor/kycForm3Interactor.swift

0
GMERemittance/Module/New Group/kycForm3/Application Logic/Interactor/kycForm3InteractorIO.swift → GMERemittance/Module/KYC/kycForm3/Application Logic/Interactor/kycForm3InteractorIO.swift

0
GMERemittance/Module/New Group/kycForm3/Application Logic/Service/kycForm3Service.swift → GMERemittance/Module/KYC/kycForm3/Application Logic/Service/kycForm3Service.swift

0
GMERemittance/Module/New Group/kycForm3/Application Logic/Service/kycForm3ServiceType.swift → GMERemittance/Module/KYC/kycForm3/Application Logic/Service/kycForm3ServiceType.swift

0
GMERemittance/Module/New Group/kycForm3/Module Interface/kycForm3ModuleInterface.swift → GMERemittance/Module/KYC/kycForm3/Module Interface/kycForm3ModuleInterface.swift

0
GMERemittance/Module/New Group/kycForm3/User Interface/Presenter/kycForm3Presenter.swift → GMERemittance/Module/KYC/kycForm3/User Interface/Presenter/kycForm3Presenter.swift

0
GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3.storyboard → GMERemittance/Module/KYC/kycForm3/User Interface/View/kycForm3.storyboard

0
GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3ViewController.swift → GMERemittance/Module/KYC/kycForm3/User Interface/View/kycForm3ViewController.swift

0
GMERemittance/Module/New Group/kycForm3/User Interface/View/kycForm3ViewInterface.swift → GMERemittance/Module/KYC/kycForm3/User Interface/View/kycForm3ViewInterface.swift

0
GMERemittance/Module/New Group/kycForm3/User Interface/Wireframe/kycForm3Wireframe.swift → GMERemittance/Module/KYC/kycForm3/User Interface/Wireframe/kycForm3Wireframe.swift

0
GMERemittance/Module/New Group/kycForm3/User Interface/Wireframe/kycForm3WireframeInput.swift → GMERemittance/Module/KYC/kycForm3/User Interface/Wireframe/kycForm3WireframeInput.swift

Loading…
Cancel
Save