mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
A lot of Properties have been described with following case 1. But, some Properties have case 2. 1. <div class="declaration"><div class="declaration">@property ...</div></div> 2. <div class="declaration">@property (nonatomic, readonly, copy) NSString *subtitle</div> This patch will fix for case 2.