17 lines
246 B
C
17 lines
246 B
C
|
//
|
||
|
// SpotlightTransformers.h
|
||
|
// Cog
|
||
|
//
|
||
|
// Created by Matthew Grinshpun on 10/02/08.
|
||
|
// Copyright 2008 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
|
||
|
@interface SpotlightArtistTransformer : NSValueTransformer{
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|