Skip to content

Commit defd4f5

Browse files
committed
Update FAButton.h
1 parent b4f2bf4 commit defd4f5

File tree

1 file changed

+2
-1
lines changed
  • FontAwesomeIconFactory-Extensions/Button

1 file changed

+2
-1
lines changed

FontAwesomeIconFactory-Extensions/Button/FAButton.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
@interface FAButton : UIButton
1313

1414
-(void) setIcon:(NIKFontAwesomeIcon)icon;
15-
- (void)drawCircleButton:(UIColor *)color fill:(UIColor *)color;
15+
- (void)setIcon:(NIKFontAwesomeIcon)icon withSize:(float)size;
16+
- (void)drawCircleButton:(UIColor *)color fill:(UIColor *)fillColor;
1617

1718
@end

0 commit comments

Comments
 (0)