14 lines
245 B
Objective-C
14 lines
245 B
Objective-C
//
|
|
// MissingAlbumArtTransformer.h
|
|
// Cog
|
|
//
|
|
// Created by Vincent Spader on 3/8/09.
|
|
// Copyright 2009 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface MissingAlbumArtTransformer : NSValueTransformer {
|
|
}
|
|
|
|
@end
|