Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuzukihashi committed Aug 18, 2023
1 parent 1ed071e commit 2bc2dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EDR_Swift/EDRQRCodeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SwiftUI
public struct EDRQRCodeView: View {
@StateObject var viewModel: EDRQRCodeViewModel

init(qrCodeTextContent: String, imageRenderSize: CGSize) {
public init(qrCodeTextContent: String, imageRenderSize: CGSize) {
_viewModel = StateObject(
wrappedValue: .init(
qrCodeTextContent: qrCodeTextContent,
Expand Down

0 comments on commit 2bc2dd7

Please sign in to comment.