Skip to content

Instantly share code, notes, and snippets.

@shazron
Created June 26, 2013 22:38
Show Gist options
  • Save shazron/5872376 to your computer and use it in GitHub Desktop.
Save shazron/5872376 to your computer and use it in GitHub Desktop.
#if __has_feature(objc_arc)
AudioServicesCreateSystemSoundID((__bridge CFURLRef)audioPath, &completeSound);
#else
AudioServicesCreateSystemSoundID((CFURLRef)audioPath, &completeSound);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment