This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// main.swift | |
// sommetjes | |
// | |
// Created by Emiel Lensink on 08/06/2018. | |
// Copyright © 2018 Emiel Lensink. All rights reserved. | |
// | |
import Foundation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIControl+dynamicType.swift | |
// | |
// Created by Emiel Lensink | The Mobile Company on 28/06/2017. | |
// Copyright © 2017 The Mobile Company. All rights reserved. | |
// | |
import UIKit | |
extension UILabel { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// main.swift | |
// top10 | |
// | |
// Created by Emiel Lensink on 15/06/2017. | |
// Copyright © 2017 Emiel Lensink. All rights reserved. | |
// | |
import Foundation | |
import Cocoa |