// // ViewController.swift // Open gewill.org // // Created by Will on 5/21/15. // Copyright (c) 2015 gewill.org. 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. UIApplication.sharedApplication().openURL(NSURL(string: "http://gewill.org")!) }
override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can be recreated. }