mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-07 05:10:06 +01: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