amplify-swift/AmplifyPlugins/DataStore/HostApp/ViewController.swift

21 lines
340 B
Swift

//
// ViewController.swift
// HostApp
//
// Created by Law, Michael on 11/22/19.
// Copyright © 2019 Amazon Web Services. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
}