현재 기기의 모델코드를 반환합니다. Apple UIKit의 UIDevice.current.deviceCode
과 같습니다.
public static let currentDeviceCode: String
아이폰 11에서 이 메소드를 호출하면 "iPhone 12,1" 를 반환합니다.
let deviceCode: String = AvailableMeasure.currentDeviceCode
print(deviceCode)
// iPhone 12,1