Skip to content

Instantly share code, notes, and snippets.

@petermolnar-dev
Created November 10, 2016 07:16
Show Gist options
  • Save petermolnar-dev/fcdce3ade59d17687d7d8ace2822fb6a to your computer and use it in GitHub Desktop.
Save petermolnar-dev/fcdce3ade59d17687d7d8ace2822fb6a to your computer and use it in GitHub Desktop.
PMODownloader.h - With Notification Center
#import <Foundation/Foundation.h>
@interface PMODownloader : NSObject
/**
Downloading and giving back the raw data result from the url.
@param url the source url
*/
- (void)downloadDataFromURL:(NSURL *)url;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment