mirror of
https://github.com/CocoaLumberjack/CocoaLumberjack.git
synced 2026-06-06 20:18:32 +00:00
14 lines
192 B
Objective-C
14 lines
192 B
Objective-C
//
|
|
// MyHTTPConnection.h
|
|
// WebServerIPhone
|
|
//
|
|
// CocoaLumberjack Demos
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "HTTPConnection.h"
|
|
|
|
@interface MyHTTPConnection : HTTPConnection
|
|
|
|
@end
|