cog/Plugins/HTTPSource/HTTPSourcePlugin.h

19 lines
255 B
Objective-C

//
// HTTPSourcePlugin.h
// HTTPSource
//
// Created by Vincent Spader on 3/1/07.
// Copyright 2007 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface HTTPSourcePlugin : NSObject <CogPlugin>
{
}
@end