// Copyright © 2024 Rangeproof Pty Ltd. All rights reserved. import SwiftUI struct QRCodeScreen: View { var body: some View { Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) } } #Preview { QRCodeScreen() }