hammerspoon/Pods/CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.h

8 lines
149 B
Objective-C

#import "HTTPResponse.h"
@interface DELETEResponse : NSObject <HTTPResponse> {
NSInteger _status;
}
- (id) initWithFilePath:(NSString*)path;
@end