Skip to content

Commit 7ecf20b

Browse files
committed
0.0.3
protocols public
1 parent c73aa61 commit 7ecf20b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/MultiUser/Protocol/UserRepositoryProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import Foundation
99

10-
protocol UserRepositoryProtocol {
10+
public protocol UserRepositoryProtocol {
1111
func save(user: User)
1212
func delete(user: User)
1313
var all: [User] { get }

Sources/MultiUser/Protocol/UserServiceProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import Foundation
99

10-
protocol UserServiceProtocol {
10+
public protocol UserServiceProtocol {
1111
func create() -> User
1212
func save(user: User)
1313
func delete(user: User)

0 commit comments

Comments
 (0)