ViewController.swift
347 Bytes
//
// ViewController.swift
// extract_facial_expression
//
// Created by Jerry kim on 2020/06/11.
// Copyright © 2020 hoya. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
}