6 lines
90 B
C
Raw Normal View History

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