Skip to content

Instantly share code, notes, and snippets.

@cardoso
Created July 27, 2020 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cardoso/ee3c9841aa2d62f072a5f22f9007a60d to your computer and use it in GitHub Desktop.
Save cardoso/ee3c9841aa2d62f072a5f22f9007a60d to your computer and use it in GitHub Desktop.
import UIKit
class BuyerViewController: UIViewController {
let chatButton = UIBarButtonItem()
override func viewDidLoad() {
super.viewDidLoad()
setupViews()
setupHandlers()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment