Permalink
Cannot retrieve contributors at this time
Jump to Line
Fetching contributors…
| /** | |
| * 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/UIView.h> | |
| @class UIColor; | |
| @interface UICheckeredPatternView : UIView { | |
| UIColor* m_patternColor; | |
| UIColor* m_checkerColor; | |
| } | |
| -(id)initWithFrame:(CGRect)frame; | |
| -(void)dealloc; | |
| -(BOOL)_canDrawContent; | |
| -(void)updatePatternColor; | |
| -(UIColor*)checkerColor; | |
| -(void)setCheckerColor:(UIColor*)color; | |
| @end | |