From 83db15ad5d082efc7867bc13ec79b7b3cf263c6e Mon Sep 17 00:00:00 2001 From: Jeongbae Kong Date: Tue, 21 Apr 2020 13:37:12 +0900 Subject: [PATCH] released 3.4.0(0) --- .../User Interface/View/SplashScreenViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift b/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift index d4378db3..34f4562d 100644 --- a/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift +++ b/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift @@ -51,7 +51,6 @@ class SplashScreenViewController: UIViewController { @IBOutlet private weak var logoImageView: UIImageView! @IBOutlet weak var oneUnitExchangeRateView: UIView! - // MARK: Properties var presenter: SplashScreenModuleInterface?