// // MonkeysFile.h // zyVorbis // // Created by Vincent Spader on 1/30/05. // Copyright 2005 Vincent Spader All rights reserved. // #import #import #import #import "SoundFile.h" @interface MonkeysFile : SoundFile { IAPEDecompress * decompress; } @end