Skip to content

Instantly share code, notes, and snippets.

@akfreas
Created April 9, 2019 06:48
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 akfreas/a6136ce59008c6dffb1828a1852904d5 to your computer and use it in GitHub Desktop.
Save akfreas/a6136ce59008c6dffb1828a1852904d5 to your computer and use it in GitHub Desktop.
CounterViewController.swift
public class CounterViewController: UIViewController {
@IBOutlet internal var counterButton: UIButton?
@IBOutlet internal var counterLabel: UILabel?
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment