// // VGMContainer.h // VGMStream // // Created by Christopher Snowhill on 9/1/17. // Copyright 2017 __LoSnoCo__. All rights reserved. // #import #import "Plugin.h" @interface VGMContainer : NSObject { } @end