@class MFWeakObjectCache; @protocol NSCopying; @interface _MFWeakObjectCacheRef : NSObject @property (copy, nonatomic) id key; @property (weak, nonatomic) MFWeakObjectCache *cache; - (void)dealloc; - (void).cxx_destruct; @end