在主函数中添加如下代码后运行-委托-类别-协议
8:在主函数中添加如下代码后运行t#import "Commander.h" #import "Solider.h" int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; Commander *comm=[[Commander alloc] init]; Solider *sol=[[Solider alloc]init];
221.5KB
文件大小:
评论区