17 lines
228 B
Objective-C
17 lines
228 B
Objective-C
//
|
|
// NSColor+Additions.h
|
|
// InsideJob
|
|
//
|
|
// Created by Adam Preble on 10/10/10.
|
|
// Copyright 2010 Adam Preble. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
@interface NSColor (Additions)
|
|
|
|
- (CGColorRef)CGColor;
|
|
|
|
@end
|