17 lines
255 B
Objective-C
Executable file
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
|