add hardwareidentifier print to example
This commit is contained in:
parent
1e7076d9f8
commit
5be5f05f1b
@ -15,6 +15,7 @@ class ViewController: UIViewController {
|
|||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
// Do any additional setup after loading the view, typically from a nib.
|
// Do any additional setup after loading the view, typically from a nib.
|
||||||
|
|
||||||
|
print(UIDeviceModelNames.hardwareIdentifier)
|
||||||
print(UIDeviceModelNames.modelName)
|
print(UIDeviceModelNames.modelName)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user