Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Fetching contributors…
Cannot retrieve contributors at this time
27 lines (22 sloc) 785 Bytes
/**
* This header is generated by class-dump-z 0.1-11o.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*/
#import "UIKit-Structs.h"
#import <UIKit/UIButton.h>
@class UIColor;
@interface UIGlassButton : UIButton {
UIColor* _tintColor;
}
@property(retain, nonatomic) UIColor* tintColor;
-(id)initWithFrame:(CGRect)frame;
-(void)dealloc;
-(CGSize)sizeThatFits:(CGSize)fits;
-(CGRect)titleRectForContentRect:(CGRect)contentRect;
-(void)setTitleColor:(id)color forStates:(unsigned)states;
-(id)titleColorForState:(unsigned)state;
-(void)setTitleShadowColor:(id)color forStates:(unsigned)states;
-(id)titleShadowColorForState:(unsigned)state;
-(void)setBackgroundImage:(id)image forStates:(unsigned)states;
-(id)backgroundImageForState:(unsigned)state;
@end
Jump to Line
Something went wrong with that request. Please try again.