标签: objective-c class properties sprite-kit
是否可以将一个属性分配给多个类?
NSInteger myValue = _classOne.myproperty & _classTwo.myproperty
我想基本上将myValue传递给另外两个类来触发一些东西。
myValue