@interface SCNPhysicsBehavior : NSObject @property (class, readonly) BOOL supportsSecureCoding; - (void)encodeWithCoder:(id)a0; - (id)initWithCoder:(id)a0; - (id)bodyA; - (id)bodyB; - (BOOL)hasReferenceToPhysicsBody:(id)a0; @end