'naturalSize' is unavailable: APIs deprecated as of iOS 7 and earlier are unavailable in Swift
let videoAsst = AVAsset()
videoAsst.assetWithURL(videoUrl)
let videoSize = videoAsst.naturalSize
Please help me to which API is used to get natural size in Swift