// // VUGradientButton.h // // Created by Boris Buegling. // #import @interface VUGradientButton : UIButton @property (nonatomic, strong) UIColor* highColor; @property (nonatomic, strong) UIColor* lowColor; @end