diff --git a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputAction.swift b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputAction.swift index 1ae9707b59..06363b6940 100644 --- a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputAction.swift +++ b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputAction.swift @@ -1,10 +1,3 @@ -// -// File.swift -// -// -// Created by Giang Long Tran on 07.08.2023. -// - import Foundation import KeyAppStateMachine diff --git a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputBusinessLogic.swift b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputBusinessLogic.swift index 90d27b4387..ff93b84cc2 100644 --- a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputBusinessLogic.swift +++ b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputBusinessLogic.swift @@ -1,10 +1,3 @@ -// -// File.swift -// -// -// Created by Giang Long Tran on 07.08.2023. -// - import Foundation enum NSendInputBusinessLogic { diff --git a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputDispatcher.swift b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputDispatcher.swift index 15ed2b1366..0ccc52993a 100644 --- a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputDispatcher.swift +++ b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputDispatcher.swift @@ -1,10 +1,3 @@ -// -// File.swift -// -// -// Created by Giang Long Tran on 07.08.2023. -// - import Foundation import KeyAppStateMachine diff --git a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputState.swift b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputState.swift index 9b480ce117..028daf0780 100644 --- a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputState.swift +++ b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputState.swift @@ -1,10 +1,3 @@ -// -// File.swift -// -// -// Created by Giang Long Tran on 07.08.2023. -// - import Foundation import KeyAppKitCore import KeyAppStateMachine diff --git a/p2p_wallet/Scenes/Main/Send/NewInput/NSendInputCoordinator.swift b/p2p_wallet/Scenes/Main/Send/NewInput/NSendInputCoordinator.swift index 1fc8182bf1..55f5bd37cf 100644 --- a/p2p_wallet/Scenes/Main/Send/NewInput/NSendInputCoordinator.swift +++ b/p2p_wallet/Scenes/Main/Send/NewInput/NSendInputCoordinator.swift @@ -171,7 +171,7 @@ final class SendInputCoordinator: Coordinator { .store(in: &subscriptions) } - private func openFeeDetail(from vc: UIViewController, viewModel: NSendInputViewModel) { + private func openFeeDetail(from _: UIViewController, viewModel _: NSendInputViewModel) { // coordinate(to: SendTransactionDetailsCoordinator( // parentController: vc, // sendInputViewModel: viewModel