BlueWallet/ios/BlueWalletWatch Extension/Objects/ReceiveInterfaceMode.swift
2024-06-15 13:05:54 -04:00

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
}