DoKit
DoKit copied to clipboard
FBRetainCycleDetector报错
**/Pods/FBRetainCycleDetector/FBRetainCycleDetector/Layout/Classes/FBClassStrongLayout.mm:202:21: error: cannot initialize a parameter of type 'id<NSCopying> _Nonnull' with an rvalue of type 'Class'
if (!ivars) { ivars = FBGetStrongReferencesForClass(currentClass); if (layoutCache && currentClass) { layoutCache[(id<NSCopying>)currentClass] = ivars; } }