DynamicColor/Examples/WatchOSExample/ViewController.swift

26 lines
494 B
Swift

//
// ViewController.swift
// WatchOSExample
//
// Created by Yannick LORIOT on 29/10/15.
// Copyright © 2015 Yannick LORIOT. 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.
}
}