NSURL:
*
02How to get last string component from URL NSURL in Swift
Swift 3.0
let url = URL(string: "http://google.com/lastPath")
let lastPath = url?.lastPathComponent