17 lines
249 B
Objective-C
Executable file
17 lines
249 B
Objective-C
Executable file
//
|
|
// VGMContainer.h
|
|
// VGMStream
|
|
//
|
|
// Created by Christopher Snowhill on 9/1/17.
|
|
// Copyright 2017 __LoSnoCo__. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
#import "Plugin.h"
|
|
|
|
@interface VGMContainer : NSObject <CogContainer> {
|
|
|
|
}
|
|
|
|
@end
|