ObjC允许在@implementation中定义实例变量? 59 次浏览 是的,ObjC允许接口@interface和@implementation中同时有实例变量定义,但需要保证一样。ARC引入后,ObjC允许实例变量只在@implementation中定义,@interface中可以不用。