Я не знаю, какой заголовочный файл мне следует включить.
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(loadStateDidChange:) name:MPMoviePlayerLoadStateDidChangeNotification object:nil];
Ошибка: необъявленный идентификатор MPMoviePlayerLoadStateDidChangeNotification
Извините, я нашел решение
#import <MediaPlayer/MediaPlayer.h>