Skip to content

Commit

Permalink
SwiftFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
hboon committed Jul 10, 2024
1 parent d0d6b19 commit fb64112
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
// Copyright © 2018 Alpha-Wallet. All rights reserved.
//

import AlphaWalletFoundation
import AlphaWalletLogger
import AlphaWalletTokenScript
import BigInt
import Combine
import Foundation
import MessageUI
import SafariServices
import UIKit

import AlphaWalletFoundation
import AlphaWalletLogger
import AlphaWalletTokenScript

import BigInt

protocol NFTCollectionCoordinatorDelegate: AnyObject, CanOpenURL {
func didClose(in coordinator: NFTCollectionCoordinator)
func didPress(for type: PaymentFlow, inViewController viewController: UIViewController, in coordinator: NFTCollectionCoordinator)
Expand Down

0 comments on commit fb64112

Please sign in to comment.