Cog/Plugins/WMA/WMADecoder.h

17 lines
224 B
C
Raw Normal View History

//
// WMADecoder.h
// WMA
//
// Created by Andre Reffhaug on 2/26/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface WMADecoder : NSObject {
}
@end