NewsBlur/clients/ios/Other Sources/VUPinboardActivity/Classes/Common/VUGradientButton.h
2013-07-19 15:41:43 -07:00

14 lines
234 B
Objective-C
Executable file

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