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 <Foundation/NSObject.h>
9 @interface UIColor
: NSObject
<NSCoding
>
13 + (id
)colorWithWhite
:(float)fp8 alpha
:(float)fp12
;
14 + (id
)colorWithHue
:(float)fp8 saturation
:(float)fp12 brightness
:(float)fp16 alpha
:(float)fp20
;
15 + (id
)colorWithRed
:(float)fp8 green
:(float)fp12 blue
:(float)fp16 alpha
:(float)fp20
;
16 + (id
)colorWithCGColor
:(struct CGColor
*)fp8
;
17 + (id
)colorWithPatternImage
:(id
)fp8
;
35 + (id
)tableSeparatorDarkColor
;
36 + (id
)tableSeparatorLightColor
;
37 + (id
)tableBackgroundColor
;
38 + (id
)tableSelectionColor
;
39 + (id
)sectionListBorderColor
;
40 + (id
)sectionHeaderBackgroundColor
;
41 + (id
)sectionHeaderOpaqueBackgroundColor
;
42 + (id
)sectionHeaderBorderColor
;
43 + (id
)textFieldAtomBlueColor
;
44 + (id
)textFieldAtomPurpleColor
;
45 - (id
)initWithWhite
:(float)fp8 alpha
:(float)fp12
;
46 - (id
)initWithHue
:(float)fp8 saturation
:(float)fp12 brightness
:(float)fp16 alpha
:(float)fp20
;
47 - (id
)initWithRed
:(float)fp8 green
:(float)fp12 blue
:(float)fp16 alpha
:(float)fp20
;
48 - (id
)initWithCGColor
:(struct CGColor
*)fp8
;
49 - (id
)initWithPatternImage
:(id
)fp8
;
50 - (id
)initWithCoder
:(id
)fp8
;
51 - (void)encodeWithCoder
:(id
)fp8
;
55 - (id
)colorWithAlphaComponent
:(float)fp8
;
56 - (struct CGColor
*)CGColor
;
57 - (BOOL
)isEqual
:(id
)fp8
;
59 - (struct CGColor
*)cgColor
;