Skip to content

Commit

Permalink
Working version v1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaruwala committed Jul 16, 2015
1 parent 245cfca commit 6f955cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file not shown.
1 change: 0 additions & 1 deletion Card Game Suite/BlackjackViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ class BlackjackViewController: UIViewController {
NSTimer.scheduledTimerWithTimeInterval(3.0, target: self, selector: Selector("aBeginNewGame"), userInfo: nil, repeats: false)
}
}
NSTimer.scheduledTimerWithTimeInterval(3.0, target: self, selector: Selector("aBeginNewGame"), userInfo: nil, repeats: false)
}

/**
Expand Down

0 comments on commit 6f955cb

Please sign in to comment.