ChromaColorPicker/JCColorPicker-Demo/ViewController.swift

26 lines
533 B
Swift
Raw Normal View History

2016-08-11 21:02:26 +03:00
//
// ViewController.swift
// JCColorPicker-Demo
//
// Created by Cardasis, Jonathan (J.) on 8/11/16.
// Copyright © 2016 Jonathan Cardasis. 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.
}
}