私はどのヘッダファイルを含めるべきか分かりません。MPMoviePlayerLoadStateDidChangeNotificationにはどのヘッダファイルが必要ですか?
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(loadStateDidChange:) name:MPMoviePlayerLoadStateDidChangeNotification object:nil];
エラー:宣言されていない識別子のMPMoviePlayerLoadStateDidChangeNotification
申し訳ありませんが、私は解決策を見つける
#import <MediaPlayer/MediaPlayer.h>