Skip to content

Commit

Permalink
Fix a concurrency warning in Samples app
Browse files Browse the repository at this point in the history
  • Loading branch information
scenee committed Jul 19, 2024
1 parent 0de380b commit 5fa37b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/Samples/Sources/UseCases/UseCaseController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import UIKit
import FloatingPanel

@MainActor
final class UseCaseController: NSObject {
unowned let mainVC: MainViewController
private(set) var useCase: UseCase
Expand Down

0 comments on commit 5fa37b4

Please sign in to comment.