Skip to content

Commit

Permalink
Start of Adding a label chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph committed Apr 16, 2018
1 parent 25a3ee6 commit dde4b42
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Randomizly/ViewController.swift
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
//
// ViewController.swift
// Randomizly
//
// Created by Joseph on 16.04.18.
// Copyright © 2018 Joseph. All rights reserved.
//

import UIKit

class ViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.

}

override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.

}


Expand Down

0 comments on commit dde4b42

Please sign in to comment.