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