6 lines
98 B
C
Raw Normal View History

#import <Foundation/Foundation.h>
@interface NSURLRequest (DSL)
- (NSString *)toNocillaDSL;
@end