Today's Menu  Portugal
journal and plan nutrition
Y3GradientButton.h
Go to the documentation of this file.
1 //
2 // Y3GradientButton.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 12/8/15.
6 // Copyright © 2015 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface Y3GradientButton : UIButton
12 
13 + (Y3GradientButton *)makeGradientButton:(NSString *) caption withFrame: (CGRect) menuButtonFrame;
14 + (Y3GradientButton *)makeSingleCharacterGradientButton:(NSString *) caption withFrame: (CGRect) menuButtonFrame;
15 
16 - (void) showText:(NSString *) caption;
17 - (void)showDepressed:(Boolean)state;
18 
19 @end