Archived
Initial commit; substitutions can be reviewed, no further functionality implemented yet
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// CollectionViewCell.swift
|
||||
// AvH Plan
|
||||
//
|
||||
// Created by Deniz Duezgoeren on 25.05.19.
|
||||
// Copyright © 2019 Deniz Duezgoeren. All rights reserved.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
class CollectionViewCell: UICollectionViewCell {
|
||||
@IBOutlet weak var group: UILabel!
|
||||
@IBOutlet weak var course: UILabel!
|
||||
@IBOutlet weak var additional: UILabel!
|
||||
@IBOutlet weak var date: UILabel!
|
||||
@IBOutlet weak var time: UILabel!
|
||||
@IBOutlet weak var room: UILabel!
|
||||
@IBOutlet weak var tintView: UIView!
|
||||
}
|
||||
Reference in New Issue
Block a user