@interface MTWeakReference : NSObject @property (weak, nonatomic) id object; - (id)initWithObject:(id)a0; - (void).cxx_destruct; @end