Browse Source

remove header boilerplate

B. Petersen 5 years ago
parent
commit
7d20c6eddf
53 changed files with 0 additions and 424 deletions
  1. 0 8
      deltachat-ios/AppDelegate.swift
  2. 0 8
      deltachat-ios/Controller/AccountSetup/PortSettingsController.swift
  3. 0 8
      deltachat-ios/Controller/AccountSetup/SecuritySettingsController.swift
  4. 0 8
      deltachat-ios/Controller/AccountSetupController.swift
  5. 0 8
      deltachat-ios/Controller/ChatListController.swift
  6. 0 7
      deltachat-ios/Controller/ChatViewController.swift
  7. 0 8
      deltachat-ios/Controller/ContactDetailViewController.swift
  8. 0 8
      deltachat-ios/Controller/ContactListController.swift
  9. 0 8
      deltachat-ios/Controller/DCNavigationController.swift
  10. 0 8
      deltachat-ios/Controller/EditContactController.swift
  11. 0 8
      deltachat-ios/Controller/EditGroupViewController.swift
  12. 0 8
      deltachat-ios/Controller/EditSettingsController.swift
  13. 0 8
      deltachat-ios/Controller/GroupChatDetailViewController.swift
  14. 0 8
      deltachat-ios/Controller/GroupMembersViewController.swift
  15. 0 8
      deltachat-ios/Controller/GroupNameController.swift
  16. 0 8
      deltachat-ios/Controller/MailboxViewController.swift
  17. 0 8
      deltachat-ios/Controller/MessageInfoViewController.swift
  18. 0 8
      deltachat-ios/Controller/NewChatViewController.swift
  19. 0 9
      deltachat-ios/Controller/NewContactController.swift
  20. 0 8
      deltachat-ios/Controller/PreviewController.swift
  21. 0 8
      deltachat-ios/Controller/ProfileViewController.swift
  22. 0 8
      deltachat-ios/Controller/QrCodeReaderController.swift
  23. 0 8
      deltachat-ios/Controller/SettingsController.swift
  24. 0 9
      deltachat-ios/Coordinator/AppCoordinator.swift
  25. 0 8
      deltachat-ios/DC/Wrapper.swift
  26. 0 8
      deltachat-ios/DC/events.swift
  27. 0 8
      deltachat-ios/DC/wrapper.c
  28. 0 8
      deltachat-ios/DC/wrapper.h
  29. 0 8
      deltachat-ios/Handler/DeviceContactsHandler.swift
  30. 0 8
      deltachat-ios/Handler/HudHandler.swift
  31. 0 8
      deltachat-ios/Helper/Colors.swift
  32. 0 8
      deltachat-ios/Helper/Constants.swift
  33. 0 8
      deltachat-ios/Helper/Extensions.swift
  34. 0 8
      deltachat-ios/Helper/Protocols.swift
  35. 0 8
      deltachat-ios/Helper/UIImage+Extension.swift
  36. 0 8
      deltachat-ios/Helper/Utils.swift
  37. 0 8
      deltachat-ios/Model/Location.swift
  38. 0 8
      deltachat-ios/Model/Media.swift
  39. 0 8
      deltachat-ios/Model/Message.swift
  40. 0 8
      deltachat-ios/NewGroupMemberChoiceController.swift
  41. 0 8
      deltachat-ios/View/ActionCell.swift
  42. 0 8
      deltachat-ios/View/ChatTitleView.swift
  43. 0 8
      deltachat-ios/View/ContactCell.swift
  44. 0 8
      deltachat-ios/View/ContactDetailHeader.swift
  45. 0 8
      deltachat-ios/View/CustomMessageCell.swift
  46. 0 8
      deltachat-ios/View/GroupNameCell.swift
  47. 0 8
      deltachat-ios/View/InitialsBadge.swift
  48. 0 8
      deltachat-ios/View/PhotoPickerAlertAction.swift
  49. 0 8
      deltachat-ios/View/ProgressHud.swift
  50. 0 7
      deltachat-ios/View/QrCodeView.swift
  51. 0 8
      deltachat-ios/View/TextFieldCell.swift
  52. 0 8
      deltachat-ios/View/TextFieldTableViewCell.swift
  53. 0 8
      deltachat-iosTests/deltachat_iosTests.swift

+ 0 - 8
deltachat-ios/AppDelegate.swift

@@ -1,11 +1,3 @@
-//
-//  AppDelegate.swift
-//  deltachat-ios
-//
-//  Created by Jonas Reinsch on 06.11.17.
-//  Copyright © 2017 Jonas Reinsch. All rights reserved.
-//
-
 import AudioToolbox
 import DBDebugToolkit
 import Reachability

+ 0 - 8
deltachat-ios/Controller/AccountSetup/PortSettingsController.swift

@@ -1,11 +1,3 @@
-//
-//  PortSettingsController.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 15.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class PortSettingsController: UITableViewController {

+ 0 - 8
deltachat-ios/Controller/AccountSetup/SecuritySettingsController.swift

@@ -1,11 +1,3 @@
-//
-//  SecuritySettingsController.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 15.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class SecuritySettingsController: UITableViewController {

+ 0 - 8
deltachat-ios/Controller/AccountSetupController.swift

@@ -1,11 +1,3 @@
-//
-//  AccountSetupController.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 02.04.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import SafariServices
 import UIKit
 import UICircularProgressRing

+ 0 - 8
deltachat-ios/Controller/ChatListController.swift

@@ -1,11 +1,3 @@
-//
-//  ChatListController.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 07.11.17.
-//  Copyright © 2017 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class ChatListController: UIViewController {

+ 0 - 7
deltachat-ios/Controller/ChatViewController.swift

@@ -1,10 +1,3 @@
-//
-//  ChatViewController.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 08.11.17.
-//  Copyright © 2017 Jonas Reinsch. All rights reserved.
-//
 import MapKit
 import MessageKit
 import QuickLook

+ 0 - 8
deltachat-ios/Controller/ContactDetailViewController.swift

@@ -1,11 +1,3 @@
-//
-//  TableViewController.swift
-//  deltachat-ios
-//
-//  Created by Alla Reinsch on 22.05.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 // this is also used as ChatDetail for SingleChats

+ 0 - 8
deltachat-ios/Controller/ContactListController.swift

@@ -1,11 +1,3 @@
-//
-//  ContactListController.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 26.12.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 import Contacts
 

+ 0 - 8
deltachat-ios/Controller/DCNavigationController.swift

@@ -1,11 +1,3 @@
-//
-//  NavigationController.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 26.12.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 import Reachability
 

+ 0 - 8
deltachat-ios/Controller/EditContactController.swift

@@ -1,11 +1,3 @@
-//
-//  EditContactController.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 24.06.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class EditContactController: NewContactController {

+ 0 - 8
deltachat-ios/Controller/EditGroupViewController.swift

@@ -1,11 +1,3 @@
-//
-//  EditGroupViewController.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 29.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class EditGroupViewController: UITableViewController {

+ 0 - 8
deltachat-ios/Controller/EditSettingsController.swift

@@ -1,11 +1,3 @@
-//
-//  EditSettingsController.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 08.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class EditSettingsController: UITableViewController {

+ 0 - 8
deltachat-ios/Controller/GroupChatDetailViewController.swift

@@ -1,11 +1,3 @@
-//
-//  ChatDetailViewController.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 04.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class GroupChatDetailViewController: UIViewController {

+ 0 - 8
deltachat-ios/Controller/GroupMembersViewController.swift

@@ -1,11 +1,3 @@
-//
-//  GroupMemberViewController.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 08.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class NewGroupViewController: GroupMembersViewController {

+ 0 - 8
deltachat-ios/Controller/GroupNameController.swift

@@ -1,11 +1,3 @@
-//
-//  GroupNameController.swift
-//  deltachat-ios
-//
-//  Created by Alla Reinsch on 20.07.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class GroupNameController: UITableViewController {

+ 0 - 8
deltachat-ios/Controller/MailboxViewController.swift

@@ -1,11 +1,3 @@
-//
-//  MailbovViewController.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 08.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class MailboxViewController: ChatViewController {

+ 0 - 8
deltachat-ios/Controller/MessageInfoViewController.swift

@@ -1,11 +1,3 @@
-//
-//  MessageInfoViewController.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 06.01.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class MessageInfoViewController: UITableViewController {

+ 0 - 8
deltachat-ios/Controller/NewChatViewController.swift

@@ -1,11 +1,3 @@
-//
-//  NewChatViewController.swift
-//  deltachat-ios
-//
-//  Created by Jonas Reinsch on 21.11.17.
-//  Copyright © 2017 Jonas Reinsch. All rights reserved.
-//
-
 import ALCameraViewController
 import Contacts
 import UIKit

+ 0 - 9
deltachat-ios/Controller/NewContactController.swift

@@ -1,14 +1,5 @@
-//
-//  NewContactController.swift
-//  deltachat-ios
-//
-//  Created by Jonas Reinsch on 17.11.17.
-//  Copyright © 2017 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
-
 class NewContactController: UITableViewController {
 
 	weak var coordinator: EditContactCoordinatorProtocol?

+ 0 - 8
deltachat-ios/Controller/PreviewController.swift

@@ -1,11 +1,3 @@
-//
-//  PreviewController.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 12.06.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import QuickLook
 import UIKit
 

+ 0 - 8
deltachat-ios/Controller/ProfileViewController.swift

@@ -1,11 +1,3 @@
-//
-//  CameraViewController.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 28.12.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class ProfileViewController: UITableViewController {

+ 0 - 8
deltachat-ios/Controller/QrCodeReaderController.swift

@@ -1,11 +1,3 @@
-//
-//  QrCodeReaderController.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 28.12.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import AVFoundation
 import UIKit
 

+ 0 - 8
deltachat-ios/Controller/SettingsController.swift

@@ -1,11 +1,3 @@
-//
-//  SettingsController.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 26.12.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import JGProgressHUD
 import QuickTableViewController
 import UIKit

+ 0 - 9
deltachat-ios/Coordinator/AppCoordinator.swift

@@ -1,17 +1,8 @@
-//
-//  AppCoordinator.swift
-//  deltachat-ios
-//
-//  Created by Jonas Reinsch on 07.11.17.
-//  Copyright © 2017 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 import ALCameraViewController
 import Photos
 import MobileCoreServices
 
-
 class AppCoordinator: NSObject, Coordinator {
 	private let window: UIWindow
 

+ 0 - 8
deltachat-ios/DC/Wrapper.swift

@@ -1,11 +1,3 @@
-//
-//  Wrapper.swift
-//  deltachat-ios
-//
-//  Created by Jonas Reinsch on 09.11.17.
-//  Copyright © 2017 Jonas Reinsch. All rights reserved.
-//
-
 import Foundation
 import MessageKit
 import UIKit

+ 0 - 8
deltachat-ios/DC/events.swift

@@ -1,11 +1,3 @@
-//
-//  events.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 27.12.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 import UserNotifications
 

+ 0 - 8
deltachat-ios/DC/wrapper.c

@@ -1,11 +1,3 @@
-//
-//  wrapper.c
-//  deltachat-ios
-//
-//  Created by Jonas Reinsch on 07.11.17.
-//  Copyright © 2017 Jonas Reinsch. All rights reserved.
-//
-
 #include "wrapper.h"
 
 long callbackSwift(int, long, long, const char*, const char*);

+ 0 - 8
deltachat-ios/DC/wrapper.h

@@ -1,11 +1,3 @@
-//
-//  wrapper.h
-//  deltachat-ios
-//
-//  Created by Jonas Reinsch on 07.11.17.
-//  Copyright © 2017 Jonas Reinsch. All rights reserved.
-//
-
 #ifndef wrapper_h
 #define wrapper_h
 

+ 0 - 8
deltachat-ios/Handler/DeviceContactsHandler.swift

@@ -1,11 +1,3 @@
-//
-//  DeviceContactsHandler.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 26.04.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import Contacts
 import UIKit
 

+ 0 - 8
deltachat-ios/Handler/HudHandler.swift

@@ -1,11 +1,3 @@
-//
-//  HudHandler.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 02.04.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import JGProgressHUD
 import UIKit
 

+ 0 - 8
deltachat-ios/Helper/Colors.swift

@@ -1,11 +1,3 @@
-//
-//  Colors.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 17.04.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 struct DCColors {

+ 0 - 8
deltachat-ios/Helper/Constants.swift

@@ -1,11 +1,3 @@
-//
-//  Constants.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 08.11.17.
-//  Copyright © 2017 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 struct Constants {

+ 0 - 8
deltachat-ios/Helper/Extensions.swift

@@ -1,11 +1,3 @@
-//
-//  String+Extension.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 03.04.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 extension String {

+ 0 - 8
deltachat-ios/Helper/Protocols.swift

@@ -1,11 +1,3 @@
-//
-//  Protocols.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 03.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 protocol Coordinator: class {

+ 0 - 8
deltachat-ios/Helper/UIImage+Extension.swift

@@ -1,11 +1,3 @@
-//
-//  UIImage+Extension.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 26.12.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 extension UIImage {

+ 0 - 8
deltachat-ios/Helper/Utils.swift

@@ -1,11 +1,3 @@
-//
-//  Utils.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 08.11.17.
-//  Copyright © 2017 Jonas Reinsch. All rights reserved.
-//
-
 import Foundation
 import UIKit
 import AVFoundation

+ 0 - 8
deltachat-ios/Model/Location.swift

@@ -1,11 +1,3 @@
-//
-//  Location.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 03.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import CoreLocation
 import Foundation
 import MessageKit

+ 0 - 8
deltachat-ios/Model/Media.swift

@@ -1,11 +1,3 @@
-//
-//  Media.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 03.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import CoreLocation
 import Foundation
 import MessageKit

+ 0 - 8
deltachat-ios/Model/Message.swift

@@ -1,11 +1,3 @@
-//
-//  Message.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 08.11.17.
-//  Copyright © 2017 Jonas Reinsch. All rights reserved.
-//
-
 import CoreLocation
 import Foundation
 import MessageKit

+ 0 - 8
deltachat-ios/NewGroupMemberChoiceController.swift

@@ -1,11 +1,3 @@
-//
-//  NewGroupMemberChoiceController.swift
-//  deltachat-ios
-//
-//  Created by Alla Reinsch on 24.07.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 /*

+ 0 - 8
deltachat-ios/View/ActionCell.swift

@@ -1,11 +1,3 @@
-//
-//  ActionCell.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 17.04.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 // a cell with a centered label in system blue

+ 0 - 8
deltachat-ios/View/ChatTitleView.swift

@@ -1,11 +1,3 @@
-//
-//  ChatTitleView.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 25.06.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class ChatTitleView: UIView {

+ 0 - 8
deltachat-ios/View/ContactCell.swift

@@ -1,11 +1,3 @@
-//
-//  ContactCell.swift
-//  TableViewTest
-//
-//  Created by Alla Reinsch on 26.04.18.
-//  Copyright © 2018 Alla Reinsch. All rights reserved.
-//
-
 import UIKit
 
 // TODO: integrate InitialsBadge in here

+ 0 - 8
deltachat-ios/View/ContactDetailHeader.swift

@@ -1,11 +1,3 @@
-//
-//  ContactDetailHeader.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 29.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class ContactDetailHeader: ContactCell {

+ 0 - 8
deltachat-ios/View/CustomMessageCell.swift

@@ -1,14 +1,6 @@
-//
 import MessageKit
-//  CustomCell.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 26.12.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
 import UIKit
 
-
 open class CustomMessageCell: UICollectionViewCell {
   let label = UILabel()
 

+ 0 - 8
deltachat-ios/View/GroupNameCell.swift

@@ -1,11 +1,3 @@
-//
-//  GroupNameCell.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 06.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class GroupLabelCell: UITableViewCell {

+ 0 - 8
deltachat-ios/View/InitialsBadge.swift

@@ -1,11 +1,3 @@
-//
-//  InitialsLabel.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 03.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class InitialsBadge: UIView {

+ 0 - 8
deltachat-ios/View/PhotoPickerAlertAction.swift

@@ -1,11 +1,3 @@
-//
-//  PhotoPickerAlertAction.swift
-//  deltachat-ios
-//
-//  Created by Bastian van de Wetering on 28.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class PhotoPickerAlertAction: UIAlertAction {

+ 0 - 8
deltachat-ios/View/ProgressHud.swift

@@ -1,11 +1,3 @@
-//
-//  ProgressHud.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 28.12.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import JGProgressHUD
 
 class ProgressHud {

+ 0 - 7
deltachat-ios/View/QrCodeView.swift

@@ -1,10 +1,3 @@
-//
-//  QrCodeView.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 28.12.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
 import UIKit
 
 class QRCodeView: UIView {

+ 0 - 8
deltachat-ios/View/TextFieldCell.swift

@@ -1,11 +1,3 @@
-//
-//  TextFieldCell.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 27.12.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 class TextFieldCell: UITableViewCell {

+ 0 - 8
deltachat-ios/View/TextFieldTableViewCell.swift

@@ -1,11 +1,3 @@
-//
-//  TableViewCell.swift
-//  deltachat-ios
-//
-//  Created by Friedel Ziegelmayer on 26.12.18.
-//  Copyright © 2018 Jonas Reinsch. All rights reserved.
-//
-
 import UIKit
 
 internal class TextFieldTableViewCell: UITableViewCell {

+ 0 - 8
deltachat-iosTests/deltachat_iosTests.swift

@@ -1,11 +1,3 @@
-//
-//  deltachat_iosTests.swift
-//  deltachat-iosTests
-//
-//  Created by Bastian van de Wetering on 02.05.19.
-//  Copyright © 2019 Jonas Reinsch. All rights reserved.
-//
-
 @testable import deltachat_ios
 import XCTest