mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-08 04:20:07 +02:00
👌 Add version
to PhpSwitcherDelegate
This commit is contained in:
@ -10,9 +10,9 @@ import Foundation
|
||||
|
||||
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