// // MyHTTPConnection.h // WebServerIPhone // // CocoaLumberjack Demos // #import #import "HTTPConnection.h" @interface MyHTTPConnection : HTTPConnection @end