1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

👌 Add version to PhpSwitcherDelegate

This commit is contained in:
2022-02-09 21:32:55 +01:00
parent 23e534c5c9
commit e945b5fe94

View File

@ -10,9 +10,9 @@ import Foundation
protocol PhpSwitcherDelegate: AnyObject { protocol PhpSwitcherDelegate: AnyObject {
func switcherDidStartSwitching(to: String) func switcherDidStartSwitching(to version: String)
func switcherDidCompleteSwitch(to: String) func switcherDidCompleteSwitch(to version: String)
} }