Sha256: f52dc3b524401def9445f15bc41aac1506fa0f11a7e040be99fe5205ffc71f3a
Contents?: true
Size: 149 Bytes
Versions: 5
Compression:
Stored size: 149 Bytes
Contents
#import "HTTPResponse.h" @interface DELETEResponse : NSObject <HTTPResponse> { NSInteger _status; } - (id) initWithFilePath:(NSString*)path; @end
Version data entries
5 entries across 5 versions & 2 rubygems