2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIColor.h>
9 @interface UIDeviceWhiteColor
: UIColor
13 struct CGColor
*cachedColor
;
16 - (id
)initWithWhite
:(float)fp8 alpha
:(float)fp12
;
17 - (id
)initWithCGColor
:(struct CGColor
*)fp8
;
19 - (struct CGColor
*)_createCGColorWithAlpha
:(float)fp8
;
20 - (id
)colorWithAlphaComponent
:(float)fp8
;
26 - (BOOL
)isEqual
:(id
)fp8
;
28 - (struct CGColor
*)CGColor
;