SelectTransferMethodTypeController
extension SelectTransferMethodTypeController- 
                  
                  Returns transfer method count DeclarationSwift @MainActor override public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
- 
                  
                  Returns tableview section count DeclarationSwift @MainActor override public func numberOfSections(in tableView: UITableView) -> Int
- 
                  
                  Display transfer methods DeclarationSwift @MainActor override public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
- 
                  
                  Returns headerview DeclarationSwift @MainActor override public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView?
- 
                  
                  Returns height of headerview DeclarationSwift @MainActor override public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat
- 
                  
                  To select transfer method DeclarationSwift @MainActor override public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
- 
                  
                  This function will navigate back from next page and pass the control back to it’s caller DeclarationSwift @MainActor override public func didFlowComplete(with response: Any)
 View on GitHub
            View on GitHub
          