Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil Gontovnik committed Sep 28, 2015
1 parent 2ca47ed commit 4fbf5d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions DGRunkeeperSwitchExample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ class ViewController: UIViewController {
}

// MARK: -

func switchValueDidChange(sender:DGRunkeeperSwitch) {
print("valueChanged: \(sender.selectedIndex)")
}

@IBAction func switchValueDidChange(sender: DGRunkeeperSwitch!) {
print("valueChanged: \(sender.selectedIndex)")
Expand Down

0 comments on commit 4fbf5d3

Please sign in to comment.