CoreDataTableBaseController comments

This commit is contained in:
Chris Li 2016-11-26 17:12:02 -05:00
parent 8a58d934a7
commit 9f3a2e5b76

View File

@ -12,7 +12,6 @@ import CoreData
// Yes, I know it'd be better to make this into a protocol.
// But unfortunately, UIKit cannot seems to be able to recognize default protocol implementation in Swift. (iOS 10.1)
class CoreDataTableBaseController: UIViewController, NSFetchedResultsControllerDelegate {
@IBOutlet weak var tableView: UITableView!