diff options
Diffstat (limited to 'CCCB Display/ViewController.swift')
-rw-r--r-- | CCCB Display/ViewController.swift | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CCCB Display/ViewController.swift b/CCCB Display/ViewController.swift new file mode 100644 index 0000000..53f3cee --- /dev/null +++ b/CCCB Display/ViewController.swift | |||
@@ -0,0 +1,19 @@ | |||
1 | // | ||
2 | // ViewController.swift | ||
3 | // CCCB Display | ||
4 | // | ||
5 | // Created by Dirk Engling on 26.05.23. | ||
6 | // | ||
7 | |||
8 | import UIKit | ||
9 | |||
10 | class ViewController: UIViewController { | ||
11 | |||
12 | override func viewDidLoad() { | ||
13 | super.viewDidLoad() | ||
14 | // Do any additional setup after loading the view. | ||
15 | } | ||
16 | |||
17 | |||
18 | } | ||
19 | |||