Cog/Plugins/Syntrax/Syntrax/jxsContainer.h
2016-03-13 22:51:17 -07:00

17 lines
255 B
Objective-C
Executable file

//
// jxsContainer.h
// Syntrax-c
//
// Created by Christopher Snowhill on 03/14/16.
// Copyright 2016 __NoWork, Inc__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface jxsContainer : NSObject <CogContainer> {
}
@end