remove header boilerplate
@@ -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
-// PortSettingsController.swift
-// Created by Bastian van de Wetering on 15.05.19.
-// Copyright © 2019 Jonas Reinsch. All rights reserved.
import UIKit
class PortSettingsController: UITableViewController {
-// SecuritySettingsController.swift
class SecuritySettingsController: UITableViewController {
-// AccountSetupController.swift
-// Created by Bastian van de Wetering on 02.04.19.
import SafariServices
import UICircularProgressRing
-// ChatListController.swift
-// Created by Bastian van de Wetering on 07.11.17.
class ChatListController: UIViewController {
@@ -1,10 +1,3 @@
-// ChatViewController.swift
-// Created by Bastian van de Wetering on 08.11.17.
import MapKit
import MessageKit
import QuickLook
-// TableViewController.swift
-// Created by Alla Reinsch on 22.05.18.
-// Copyright © 2018 Jonas Reinsch. All rights reserved.
// this is also used as ChatDetail for SingleChats
-// ContactListController.swift
-// Created by Friedel Ziegelmayer on 26.12.18.
import Contacts
-// NavigationController.swift
-// EditContactController.swift
-// Created by Bastian van de Wetering on 24.06.19.
class EditContactController: NewContactController {
-// EditGroupViewController.swift
-// Created by Bastian van de Wetering on 29.05.19.
class EditGroupViewController: UITableViewController {
-// EditSettingsController.swift
-// Created by Bastian van de Wetering on 08.05.19.
class EditSettingsController: UITableViewController {
-// ChatDetailViewController.swift
-// Created by Bastian van de Wetering on 04.05.19.
class GroupChatDetailViewController: UIViewController {
-// GroupMemberViewController.swift
class NewGroupViewController: GroupMembersViewController {
-// GroupNameController.swift
-// Created by Alla Reinsch on 20.07.18.
class GroupNameController: UITableViewController {
-// MailbovViewController.swift
class MailboxViewController: ChatViewController {
-// MessageInfoViewController.swift
-// Created by Friedel Ziegelmayer on 06.01.19.
class MessageInfoViewController: UITableViewController {
-// NewChatViewController.swift
-// Created by Jonas Reinsch on 21.11.17.
import ALCameraViewController
@@ -1,14 +1,5 @@
-// NewContactController.swift
-// Created by Jonas Reinsch on 17.11.17.
class NewContactController: UITableViewController {
weak var coordinator: EditContactCoordinatorProtocol?
-// PreviewController.swift
-// Created by Bastian van de Wetering on 12.06.19.
-// CameraViewController.swift
-// Created by Friedel Ziegelmayer on 28.12.18.
class ProfileViewController: UITableViewController {
-// QrCodeReaderController.swift
import AVFoundation
-// SettingsController.swift
import JGProgressHUD
import QuickTableViewController
@@ -1,17 +1,8 @@
-// AppCoordinator.swift
-// Created by Jonas Reinsch on 07.11.17.
import Photos
import MobileCoreServices
class AppCoordinator: NSObject, Coordinator {
private let window: UIWindow
-// Wrapper.swift
-// Created by Jonas Reinsch on 09.11.17.
import Foundation
-// events.swift
-// Created by Friedel Ziegelmayer on 27.12.18.
import UserNotifications
-// wrapper.c
#include "wrapper.h"
long callbackSwift(int, long, long, const char*, const char*);
-// wrapper.h
#ifndef wrapper_h
#define wrapper_h
-// DeviceContactsHandler.swift
-// Created by Bastian van de Wetering on 26.04.19.
-// HudHandler.swift
-// Colors.swift
-// Created by Bastian van de Wetering on 17.04.19.
struct DCColors {
-// Constants.swift
struct Constants {
-// String+Extension.swift
-// Created by Bastian van de Wetering on 03.04.19.
extension String {
-// Protocols.swift
-// Created by Bastian van de Wetering on 03.05.19.
protocol Coordinator: class {
-// UIImage+Extension.swift
extension UIImage {
-// Utils.swift
-// Location.swift
import CoreLocation
-// Media.swift
-// Message.swift
-// NewGroupMemberChoiceController.swift
-// Created by Alla Reinsch on 24.07.18.
/*
-// ActionCell.swift
// a cell with a centered label in system blue
-// ChatTitleView.swift
-// Created by Bastian van de Wetering on 25.06.19.
class ChatTitleView: UIView {
-// ContactCell.swift
-// TableViewTest
-// Created by Alla Reinsch on 26.04.18.
-// Copyright © 2018 Alla Reinsch. All rights reserved.
// TODO: integrate InitialsBadge in here
-// ContactDetailHeader.swift
class ContactDetailHeader: ContactCell {
@@ -1,14 +1,6 @@
-// CustomCell.swift
open class CustomMessageCell: UICollectionViewCell {
let label = UILabel()
-// GroupNameCell.swift
-// Created by Bastian van de Wetering on 06.05.19.
class GroupLabelCell: UITableViewCell {
-// InitialsLabel.swift
class InitialsBadge: UIView {
-// PhotoPickerAlertAction.swift
-// Created by Bastian van de Wetering on 28.05.19.
class PhotoPickerAlertAction: UIAlertAction {
-// ProgressHud.swift
class ProgressHud {
-// QrCodeView.swift
class QRCodeView: UIView {
-// TextFieldCell.swift
class TextFieldCell: UITableViewCell {
-// TableViewCell.swift
internal class TextFieldTableViewCell: UITableViewCell {
-// deltachat_iosTests.swift
-// deltachat-iosTests
-// Created by Bastian van de Wetering on 02.05.19.
@testable import deltachat_ios
import XCTest