Reorganize existing app files into macOS folder
- Add an iOS target
This commit is contained in:
parent
8f1e1335bd
commit
fc0a567112
13 changed files with 425 additions and 12 deletions
20
Metaballs-iOS/ViewController.swift
Normal file
20
Metaballs-iOS/ViewController.swift
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
//
|
||||
// ViewController.swift
|
||||
// Metaballs-iOS
|
||||
//
|
||||
// Created by Eryn Wells on 10/7/18.
|
||||
// Copyright © 2018 Eryn Wells. 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.
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue