@interface SCRCWeakReferenceContainer : NSObject { id _weakReference; } - (id)initWithObject:(id)a0; - (unsigned long long)hash; - (void)dealloc; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)strongReference; - (id)autoreleasedReference; @end