原文:Copy some property values from one class to another class instance in Swift5
I am writing an app in swift the connects to and stores a reference to a Bluetooth device. This Bluetooth device physically connects to a sensor (e.g., UV sensor, temperature sensor, etc.) and ...