21 lines
347 B
Swift
21 lines
347 B
Swift
//
|
|
// ViewController.swift
|
|
// SimpleVideoTransition
|
|
//
|
|
// Created by RenZhu Macro on 2020/7/2.
|
|
// Copyright © 2020 RenZhu Macro. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class ViewController: UIViewController {
|
|
|
|
override func viewDidLoad() {
|
|
super.viewDidLoad()
|
|
// Do any additional setup after loading the view.
|
|
}
|
|
|
|
|
|
}
|
|
|