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