11 lines
160 B
Swift
11 lines
160 B
Swift
final class ErrorPrinter {
|
|
|
|
}
|
|
|
|
extension ErrorPrinter: SecurityBookmarkErrorDelegate {
|
|
|
|
func securityBookmark(error: String) {
|
|
print(error)
|
|
}
|
|
}
|