remove footer type

This commit is contained in:
Bob Sun 2017-02-09 19:44:42 +08:00
parent 0b43fc07d0
commit e67bf29de7
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -16,7 +16,7 @@ enum CellDataType {
} }
enum CellDataKey { enum CellDataKey {
case type, title, link, footer, accessoryType, detailDisclosureAction, detailDisclosureData case type, title, link, accessoryType, detailDisclosureAction, detailDisclosureData
} }
class BasicStaticTableViewController: UITableViewController, MFMailComposeViewControllerDelegate { class BasicStaticTableViewController: UITableViewController, MFMailComposeViewControllerDelegate {