Remove unused elements (#530)

This commit is contained in:
Danny Moesch 2021-12-31 07:35:17 +01:00 committed by GitHub
parent ff6a1edf62
commit 819371f55e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 9 additions and 111 deletions

View file

@ -11,16 +11,12 @@ import passKit
import SafariServices
import UIKit
enum CellDataType {
case link, segue, empty, detail
}
enum CellDataStyle {
case value1, defaultStyle
}
enum CellDataKey {
case style, type, title, link, accessoryType, detailDisclosureAction, detailDisclosureData, detailText, action
case style, title, link, accessoryType, detailDisclosureAction, detailDisclosureData, detailText, action
}
class BasicStaticTableViewController: UITableViewController, MFMailComposeViewControllerDelegate {