What does the “Void” meaning after the arrow in the function statement here?

后端 未结 0 945
星月不相逢
星月不相逢 2020-12-14 05:48

protocol Blinkable {

var isBlinking: Bool {get}

var blinkSpeed: Double {get set}

func startBlinking(blinkSpeed: Double) -> Void

}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题