cog/InfoInspector/MissingAlbumArtTransformer.h

17 lines
237 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 : NSObject {
}
@end