@class TSPObject; @interface TSPContainedObject : NSObject @property (weak, nonatomic) TSPObject *owner; - (void).cxx_destruct; - (id)initWithOwner:(id)a0; - (id)documentRoot; - (void)willModify; - (void)willModifyForUpgrade; @end