Today's Menu  Portugal
journal and plan nutrition
UIButton+Y5GradientFace.h
Go to the documentation of this file.
1 //
2 // UIButton+Y5GradientFace.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 12/31/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 NS_ASSUME_NONNULL_BEGIN
12 
14 - (void) addGradientFace;
15 - (void) addGradientFace:(UIColor *)accentColor;
16 - (void) addGradientImageMask;
17 - (void) addMask;
18 
19 @end
20 
21 NS_ASSUME_NONNULL_END