error: Semantic Issue: Interface type cannot be statically allocated
摘要:        
转自:http://hongmin118.iteye.com/blog/1333524error: Semantic Issue: Interface type cannot be statically allocated出现这个错误的原因是接口声明对象时(我这么一说,大家应该懂我意思吧),必须声明为引用,即指针Car car = [[Car alloc] init];改为 Car *car = [[Car alloc] init];    阅读全文
        posted @ 2014-01-15 15:00 王培 阅读(567) 评论(0) 推荐(0)
                    
                
浙公网安备 33010602011771号