Skip to content

Commit 386e5a5

Browse files
committed
новые изменения
1 parent 0af9df7 commit 386e5a5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Sources/iOSIntPackage/DataProvider.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
import Foundation
99

10-
final class DataProvider {
10+
public final class DataProvider {
1111

12-
func fetchPersonData(student: String) -> String {
13-
"Здравствуйте, \(student)! Вот ваш бутерброд!"
12+
public func fetchPersonData(student: String) -> String {
13+
14+
return "Здравствуйте, \(student)! Вот ваш бутерброд!"
1415
}
1516
}

0 commit comments

Comments
 (0)