Cog/Plugins/Hively/Hively/HVLContainer.h

18 lines
252 B
C
Raw Normal View History

2013-10-29 19:51:55 -03:00
//
// HVLContainer.h
// Hively
//
// Created by Christopher Snowhill on 10/29/13.
// Copyright 2013 __NoWork, Inc__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface HVLContainer : NSObject <CogContainer> {
}
@end