Added teacher column to substitutions

This commit is contained in:
Deniz Duezgoeren
2019-08-23 14:38:50 +02:00
parent c92d47f224
commit 98684f5d79
4 changed files with 36 additions and 20 deletions
+1
View File
@@ -17,4 +17,5 @@ class PlanViewCell: GenericViewCell {
@IBOutlet weak var additional: UILabel!
@IBOutlet weak var room: UILabel!
@IBOutlet weak var tintView: UIView!
@IBOutlet weak var teacher: UILabel!
}