add hardwareidentifier print to example

This commit is contained in:
Jordan Koch 2019-11-20 14:59:57 -05:00
parent 1e7076d9f8
commit 5be5f05f1b

View File

@ -15,6 +15,7 @@ class ViewController: UIViewController {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
print(UIDeviceModelNames.hardwareIdentifier)
print(UIDeviceModelNames.modelName)
}