Cog/Plugins/AdPlug/AdPlug/AdPlugContainer.h
2018-01-27 15:08:06 -08:00

17 lines
253 B
Objective-C
Executable file

//
// 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