단말기의 모델명 및 OS 버전을 정의합니다.
data class PhoneInfo ( val phoneModel: String?, val osVersion: String? )
phoneModel: 해당 단말기 모델명 입니다.
osVersion: 해당 단말기 OS버전 입니다.