17 lines
266 B
C
17 lines
266 B
C
|
//
|
||
|
// OMPTMetadataReader.h
|
||
|
// OpenMPT
|
||
|
//
|
||
|
// Created by Christopher Snowhill on 1/4/18.
|
||
|
// Copyright 2018 __LoSnoCo__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
#import "Plugin.h"
|
||
|
|
||
|
@interface OMPTOldMetadataReader : NSObject <CogMetadataReader> {
|
||
|
}
|
||
|
|
||
|
@end
|