16 lines
202 B
Matlab
16 lines
202 B
Matlab
|
//
|
||
|
// WMADecoder.m
|
||
|
// WMA
|
||
|
//
|
||
|
// Created by Andre Reffhaug on 2/26/08.
|
||
|
// Copyright 2008 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
// test
|
||
|
#import "WMADecoder.h"
|
||
|
|
||
|
|
||
|
@implementation WMADecoder
|
||
|
|
||
|
@end
|