Skip to content

Commit

Permalink
Fix Method cannot be declared public because its parameter uses an in…
Browse files Browse the repository at this point in the history
…ternal type
  • Loading branch information
theboringhumane committed Sep 9, 2024
1 parent 0f945a4 commit ab4c564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import Foundation

struct WorkerNotification {
public struct WorkerNotification {
var name: String
var handler: (Notification) -> Void
}
Expand Down

0 comments on commit ab4c564

Please sign in to comment.