mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
13 lines
242 B
Swift
13 lines
242 B
Swift
//
|
|
// ReceiveInterfaceMode.swift
|
|
// BlueWalletWatch Extension
|
|
//
|
|
// Created by Marcos Rodriguez on 6/15/24.
|
|
// Copyright © 2024 BlueWallet. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
enum ReceiveInterfaceMode {
|
|
case Address, QRCode
|
|
}
|