I am trying to initialize a central manager instance to make an app with Bluetooth connectivity.
This is part of my code:
class ViewController: UIVie
You need to at least provide this function in your class:
func centralManagerDidUpdateState(_ central: CBCentralManager) { <#code#> }