FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSURLRequest(Creations_deprecated) Category Reference

Deprecated creation shortcuts. More...

#import <NSURLRequest.h>

Instance Methods

(id) - initWithURLFormat:
 
(id) - initWithFilePath:
 
(id) - initWithFilePathFormat:
 
(id) - initWithAbstractPath:
 
(id) - initWithAbstractPathFormat:
 

Class Methods

(id) + URLRequestWithURLFormat:
 
(id) + URLRequestWithFilePath:
 
(id) + URLRequestWithFilePathFormat:
 
(id) + URLRequestWithAbstractPath:
 
(id) + URLRequestWithAbstractPathFormat:
 

Detailed Description

Method Documentation

- (id) initWithAbstractPath: (NSString *)  __deprecated
- (id) initWithAbstractPathFormat: (NSString *)  format
, (1) 
(2)  __deprecated 
- (id) initWithFilePath: (NSString *)  __deprecated
- (id) initWithFilePathFormat: (NSString *)  format
, (1) 
(2)  __deprecated 
- (id) initWithURLFormat: (NSString *)  format
, (1) 
(2)  __deprecated 
+ (id) URLRequestWithAbstractPath: (NSString *)  __deprecated
+ (id) URLRequestWithAbstractPathFormat: (NSString *)  format
, (1) 
(2)  __deprecated 
+ (id) URLRequestWithFilePath: (NSString *)  __deprecated
+ (id) URLRequestWithFilePathFormat: (NSString *)  format
, (1) 
(2)  __deprecated 
+ (id) URLRequestWithURLFormat: (NSString *)  format
, (1) 
(2)  __deprecated 

The documentation for this category was generated from the following file: