We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73aa61 commit 7ecf20bCopy full SHA for 7ecf20b
Sources/MultiUser/Protocol/UserRepositoryProtocol.swift
@@ -7,7 +7,7 @@
7
8
import Foundation
9
10
-protocol UserRepositoryProtocol {
+public protocol UserRepositoryProtocol {
11
func save(user: User)
12
func delete(user: User)
13
var all: [User] { get }
Sources/MultiUser/Protocol/UserServiceProtocol.swift
-protocol UserServiceProtocol {
+public protocol UserServiceProtocol {
func create() -> User
0 commit comments