Skip to content

Instantly share code, notes, and snippets.

@petermolnar-dev
Created November 9, 2016 20:40
Show Gist options
  • Save petermolnar-dev/fd6d93c2b929cd4e33c9a15f8d72067c to your computer and use it in GitHub Desktop.
Save petermolnar-dev/fd6d93c2b929cd4e33c9a15f8d72067c to your computer and use it in GitHub Desktop.
PMODownloadNotifications.h
#ifndef PMODownloadNotifications_h
#define PMODownloadNotifications_h
static NSString *const _Nonnull PMODownloadWasSuccessful = @"PMODownloadWasSuccessful"
static NSString *const _Nonnull PMODownloadFailed = @"PMODownloadFailed"
#endif /* PMODownloadNotifications_h */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment