Created
April 9, 2019 06:48
-
-
Save akfreas/a6136ce59008c6dffb1828a1852904d5 to your computer and use it in GitHub Desktop.
CounterViewController.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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