6 lines
90 B
Objective-C

#import <Foundation/Foundation.h>
@protocol LSHTTPBody <NSObject>
- (NSData *)data;
@end