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:
@ -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)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user