17 lines
251 B
C
17 lines
251 B
C
|
//
|
||
|
// 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
|