Cog/Plugins/sidplay/SidContainer.h
2014-12-07 22:26:31 -08:00

17 lines
252 B
Objective-C
Executable file

//
// SidContainer.h
// sidplay
//
// Created by Christopher Snowhill on 12/8/14.
// Copyright 2014 __NoWork, Inc__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface SidContainer : NSObject <CogContainer> {
}
@end