mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-30 16:53:29 +08:00
ARC doesn't play nicely with structs that contain references to Objective-C objects, which causes breakage when using AsyncDisplayKit as a dynamic framework (e.g., with CocoaPods 0.36+). Fixes #198.