Skip to content

Commit

Permalink
Update FAButton.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tonimoeckel committed Dec 4, 2014
1 parent b4f2bf4 commit defd4f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FontAwesomeIconFactory-Extensions/Button/FAButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit defd4f5

Please sign in to comment.