callView: update buttons

Change-Id: I6b13436d2f4f1181a3bcd865f0206b1cd5d2a3fa
diff --git a/src/views/IconButton.h b/src/views/IconButton.h
index 29402a7..56884d1 100644
--- a/src/views/IconButton.h
+++ b/src/views/IconButton.h
@@ -57,6 +57,12 @@
 @property CGFloat imageInsets;
 
 /*
+ * Channging of image size when mouse is down
+ * default value : 0.0
+ */
+@property CGFloat imageIncreaseOnClick;
+
+/*
  * Add bluer effect behind button
  */
 
@@ -87,6 +93,12 @@
  */
 @property CGFloat fontSize;
 
+-(void)startBlinkAnimationfrom:(NSColor*)startColor
+                            to:(NSColor*)endColor
+                   scaleFactor:(CGFloat)scaleFactor
+                      duration:(CGFloat) duration;
 
+-(void)stopBlinkAnimation;
 
+@property BOOL animating;
 @end