Browse Source

refactoring

Alla Reinsch 7 years ago
parent
commit
f2adc853e8
1 changed files with 0 additions and 5 deletions
  1. 0 5
      deltachat-ios/ContactViewController.swift

+ 0 - 5
deltachat-ios/ContactViewController.swift

@@ -64,11 +64,6 @@ class ContactViewController: UIViewController {
     }
 }
 
-protocol ContactPresenter: class {
-    
-    
-}
-
 class ContactTableDataSource: NSObject, UITableViewDataSource {
     var contacts: [Int] = []