// // helloaudioViewController.h // helloaudio // // Created by Bess Ho on 8/4/10. // Copyright __MyCompanyName__ 2010. All rights reserved. // #import #import @interface helloaudioViewController : UIViewController { CFURLRef audioFileURLRef; SystemSoundID audioFileObject; } @property (readwrite) CFURLRef audioFileURLRef; @property (readonly) SystemSoundID audioFileObject; - (IBAction) playSystemButton: (id) sender; - (IBAction) playAlertButton: (id) sender; @end