This is my code please explain me the problem...
#import <Foundation/Foundation.h>
#import <MediaPlayer/MediaPlayer.h>
#import <AVFoundation/AVFoundation.h>
#import <UIKit/UIKit.h>
@interface AudioPlayerModel : NSObject
**-(AVPLayer*) getPlayer;** //error expected a type
@end
Please tell me the error...