Skip to content

Instantly share code, notes, and snippets.

@ZaidPathan
Created May 19, 2018 09:08
Show Gist options
  • Save ZaidPathan/39c0030d972a8d70500df1a125c5813b to your computer and use it in GitHub Desktop.
Save ZaidPathan/39c0030d972a8d70500df1a125c5813b to your computer and use it in GitHub Desktop.
import UIKit
import AlamoWater
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
AlamoWater.shared.hello()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment