プロジェクトをビルドしようとすると、次のエラーメッセージが表示されます
ABC関数は、dealocのエクスプロイトメッセージ送信を禁止します
- (void)dealloc {
[super dealloc];
}
これはクラスdefです:
#import <UIKit/UIKit.h>
#import <MediaPlayer/MediaPlayer.h>
@interface cPlay : UIViewController{
MPMoviePlayerController *mp;
}
- (void) moviePlayBackDidFinish:(NSNotification*)notification;
-(void) NewVideo : (NSString *) strName;
@end