remove footer type
This commit is contained in:
parent
0b43fc07d0
commit
e67bf29de7
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ enum CellDataType {
|
|||
}
|
||||
|
||||
enum CellDataKey {
|
||||
case type, title, link, footer, accessoryType, detailDisclosureAction, detailDisclosureData
|
||||
case type, title, link, accessoryType, detailDisclosureAction, detailDisclosureData
|
||||
}
|
||||
|
||||
class BasicStaticTableViewController: UITableViewController, MFMailComposeViewControllerDelegate {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue