cog/Plugins/APL/APLMetadataReader.h

11 lines
118 B
C
Raw Normal View History

#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface APLMetadataReader : NSObject <CogMetadataReader> {
}
@end