Guest User

Untitled

a guest
Mar 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. lazy var game = Concentration(numberOfPairsOfCards: numberOfPairsOfCards)
  2.  
  3. lazy var pointCount = game.pointCount {
  4. didSet {
  5. pointCountLabel.text = "Points: (flipCount)"
  6. }
  7. }
Add Comment
Please, Sign In to add comment