diff --git a/FontAwesomeIconFactory-Extensions/Button/FAButton.h b/FontAwesomeIconFactory-Extensions/Button/FAButton.h index 8c4fb23..507363a 100644 --- a/FontAwesomeIconFactory-Extensions/Button/FAButton.h +++ b/FontAwesomeIconFactory-Extensions/Button/FAButton.h @@ -12,6 +12,7 @@ @interface FAButton : UIButton -(void) setIcon:(NIKFontAwesomeIcon)icon; -- (void)drawCircleButton:(UIColor *)color fill:(UIColor *)color; +- (void)setIcon:(NIKFontAwesomeIcon)icon withSize:(float)size; +- (void)drawCircleButton:(UIColor *)color fill:(UIColor *)fillColor; @end