final class ErrorPrinter { } extension ErrorPrinter: SecurityBookmarkErrorDelegate { func securityBookmark(error: String) { print(error) } }