19 lines
255 B
C
19 lines
255 B
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
|