ViewControllers now have recognisable names

This commit is contained in:
Deniz Duezgoeren
2019-07-10 19:52:14 +02:00
parent 435e249576
commit b40cc10f69
14 changed files with 55 additions and 19 deletions
+13
View File
@@ -0,0 +1,13 @@
//
// InfoViewController.swift
// AvH Plan
//
// Created by Deniz Duezgoeren on 10.07.19.
// Copyright © 2019 Deniz Duezgoeren. All rights reserved.
//
import UIKit
class InfoViewController : UIViewController {
}