19 lines
262 B
C
19 lines
262 B
C
|
//
|
||
|
// TagLibMetadataWriter.h
|
||
|
// TagLib
|
||
|
//
|
||
|
// Created by Safari on 08/11/17.
|
||
|
// Copyright 2008 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
#import "Plugin.h"
|
||
|
|
||
|
@interface TagLibMetadataWriter : NSObject <CogMetadataWriter>
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|