Have you checked the code in LocationCell.swift to make sure that LocationCell is extending UITableViewCell? If the correct base class is not set, you will not see the class listed in the dropdown. So that would be the first thing to check.
If you are stuck, you can always compare your code against the provided final project source code to see where your project differs from it, as well.