Cog/Plugins/AdPlug/AdPlug/AdPlugContainer.h

17 lines
252 B
C
Raw Normal View History

2018-01-27 20:08:06 -03:00
//
// AdPlugContainer.h
// AdPlug
//
// Created by Christopher Snowhill on 1/27/18.
// Copyright 2018 __LoSnoCo__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface AdPlugContainer : NSObject <CogContainer> {
}
@end