Commit 16c08646 by Daniel Dahan

removed optional unpack un touches

parent 1e46d9c1
......@@ -82,7 +82,7 @@ public class MaterialButton : UIButton {
/**
:name: touchesCancelled
*/
public override func touchesCancelled(touches: Set<NSObject>!, withEvent event: UIEvent!) {
public override func touchesCancelled(touches: Set<NSObject>, withEvent event: UIEvent!) {
super.touchesCancelled(touches, withEvent: event)
shrink()
removePulse()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment