//---------MyAppDelegate.h
@interface MyAppDelegate : NSObject <UIApplicationDelegate, AVAudioPlayerDelegate> {
//---in some other .m file, trying to acess the device token residing in MyAppDelegate ----------
MyAppDelegate *appDelegate = [[UIApplication sharedApplication] delegate];
// Results in // warning: type 'id ' does not conform to the 'AVAudioPlayerDelegate' protocol