UIDevice 在 swift 2.0 中不起作用

UIDevice does not work in swift 2.0

我尝试使用以下代码获取我的设备信息:

UIDevice.currentDevice().systemVersion

但是我收到如下所示的错误:

Use of unresolved identifier UIDevice

添加 UIKit 导入

import UIKit