Im using swift and I get this error: Use of undeclared type ConnectionListener." How do I fix it? Thank you!
func initializeWarp() {
let connectionListener: ConnectionListener = ConnectionListener()
warpClient.addConnectionRequestListener(connectionListener)
}