mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 17:39:54 +08:00
use @defined : module XXX::YYY ... end use @referred : class ZZZ include XXX::YYY ... end add the value to @defined and @referred both, because build system will cut the cyclic references.