VoiceMac/Classes/VoiceMob/Views/MGMGradientButton.h

18 lines
361 B
Objective-C

//
// MGMGradientButton.h
// VoiceMob
//
// Created by Mr. Gecko on 10/1/10.
// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
//
#import <UIKit/UIKit.h>
@interface MGMGradientButton : UIButton {
UIColor *buttonColor;
UIColor *buttonTouchColor;
UIColor *buttonDisabledColor;
BOOL touching;
}
@end