Skip to content

Commit 266fa74

Browse files
committed
updated
1 parent 10fa444 commit 266fa74

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ThatCamThing/Sources/ThatCamThing/Core/Protocols/CameraOverlay.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// File.swift
2+
// CameraOverlay.swift
33
// ThatCamThing
44
//
55
// Created by angel zambrano on 7/3/25.

ThatCamThing/Sources/ThatCamThing/Core/Protocols/ErrorOverlay.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import SwiftUI
1010

11+
1112
public protocol ErrorOverlay: View {
12-
var cameraManager: CameraManager { get }
13+
1314
}

0 commit comments

Comments
 (0)