mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-01-31 21:22:09 +00:00
20 lines
275 B
Swift
20 lines
275 B
Swift
//
|
|
// ViewController.swift
|
|
// Demo
|
|
//
|
|
// Created by Davide De Rosa on 10/29/20.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class ViewController: UIViewController {
|
|
|
|
override func viewDidLoad() {
|
|
super.viewDidLoad()
|
|
// Do any additional setup after loading the view.
|
|
}
|
|
|
|
|
|
}
|
|
|