1 // 2 // ViewController.swift 3 // SwiftExample 4 // 5 // Created by Barry Smith on 10/19/14. 6 // Copyright (c) 2014 Barry Smith. All rights reserved. 7 // 8 9 import UIKit 10 import PETSc 11 12 class ViewController: UIViewController { 13 viewDidLoadnull14 override func viewDidLoad() { 15 super.viewDidLoad() 16 // Do any additional setup after loading the view, typically from a nib. 17 } 18 didReceiveMemoryWarningnull19 override func didReceiveMemoryWarning() { 20 super.didReceiveMemoryWarning() 21 // Dispose of any resources that can be recreated. 22 } 23 Argssetnull24 @IBAction func Argsset(sender: AnyObject) { 25 26 } 27 28 } 29 30