@interface MTWeakRef : NSObject @property (weak, nonatomic) id value; - (void).cxx_destruct; @end