Today's Menu  Portugal
journal and plan nutrition
Y3GradientLabel.h
Go to the documentation of this file.
1 //
2 // Y3GradientLabel.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 6/14/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import <QuartzCore/QuartzCore.h>
11 
12 @interface Y3GradientLabel : UILabel
13 
14 + (Y3GradientLabel *)makeGradientLabel:(NSString *) caption withFrame: (CGRect) labelFrame;
15 
16 @end