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
23 lines (18 sloc) 475 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/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
Jump to Line
Something went wrong with that request. Please try again.