AAChartKit-Swift/AAInfographicsDemo/Demo/ViewController.swift

26 lines
507 B
Swift

//
// ViewController.swift
// AAInfographicsDemo
//
// Created by An An on 2017/6/8.
// Copyright © 2017 An An. 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.
}
}