当我尝试构建我的项目时,我收到以下错误消息
ABC函数禁止dealoc的exploit消息发送
- (void)dealloc {
[super dealloc];
}
这是类定义:
#import <UIKit/UIKit.h>
#import <MediaPlayer/MediaPlayer.h>
@interface cPlay : UIViewController{
MPMoviePlayerController *mp;
}
- (void) moviePlayBackDidFinish:(NSNotification*)notification;
-(void) NewVideo : (NSString *) strName;
@end