// // CogDecoderMulti.h // CogAudio // // Created by Christopher Snowhill on 10/21/13. // // #import #import "Plugin.h" @interface CogDecoderMulti : NSObject { NSArray *theDecoders; id theDecoder; NSMutableArray *cachedObservers; } -(id)initWithDecoders:(NSArray *)decoders; @end