MyHTTPConnection.h 192 B

12345678910111213
  1. //
  2. // MyHTTPConnection.h
  3. // WebServerIPhone
  4. //
  5. // CocoaLumberjack Demos
  6. //
  7. #import <Foundation/Foundation.h>
  8. #import "HTTPConnection.h"
  9. @interface MyHTTPConnection : HTTPConnection
  10. @end