31#import <Cocoa/Cocoa.h>
35@interface OOColor (NSColorConversion)
41@interface NSColor (OOColorConversion)
44+ (NSColor *)colorWithOOColorDescription:(
id)description;
51@interface NSAttributedString (OODebugExtensions)
53+ (id)stringWithString:(NSString *)string;
54+ (id)stringWithString:(NSString *)string font:(NSFont *)font;
58@interface NSMutableAttributedString (OODebugExtensions)
60- (void)setString:(NSString *)string;
64@interface NSString (OODebugExtensions)
66- (NSAttributedString *)asAttributedString;
67- (NSAttributedString *)asAttributedStringWithFont:(NSFont *)font;