| // | |
| // HTTPVirtualDirectory+Remove.h | |
| // iWebDriver | |
| // | |
| // Created by Yu Chen on 6/1/09. | |
| // Copyright 2009 __MyCompanyName__. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> | |
| #import "HTTPVirtualDirectory.h" | |
| @class WebViewController; | |
| @interface HTTPVirtualDirectory (Remove) | |
| - (void) removeChildren; | |
| @end |