Skip to content

Instantly share code, notes, and snippets.

@adamwiggins
Created November 27, 2009 23:37
Show Gist options
  • Save adamwiggins/244287 to your computer and use it in GitHub Desktop.
Save adamwiggins/244287 to your computer and use it in GitHub Desktop.
@interface PlaySound : InstantAction
{
NSString *file;
}
+(void) play:(NSString *)file;
+(id) action:(NSString *)file;
-(id) init:(NSString *)_file;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment