This repository has been archived on 2024-07-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Doric/iOS/Example/Doric/ViewController.swift
2019-07-25 19:30:14 +08:00

25 lines
501 B
Swift

//
// ViewController.swift
// Doric
//
// Created by on 07/25/2019.
// Copyright (c) 2019 . 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.
}
}