Skip to content

Instantly share code, notes, and snippets.

@petermolnar-dev
Last active November 10, 2016 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petermolnar-dev/502f4123d45ad301cf1593db3eb1ae10 to your computer and use it in GitHub Desktop.
Save petermolnar-dev/502f4123d45ad301cf1593db3eb1ae10 to your computer and use it in GitHub Desktop.
PMODownloader.h - original version
#import <Foundation/Foundation.h>
@interface PMODownloader : NSObject
/**
Downloading and giving back the raw data result from the url.
@param url the source url
*/
- (NSData *)downloadDataFromURL:(NSURL *)url;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment