xai3 / Shoyu

Easier way to represent the structure of UITableView.
MIT License
278 stars 24 forks source link

add public access control to init method of Row class. #26

Closed tzkmn closed 8 years ago

tzkmn commented 8 years ago

In order to have a designated initializer in a subclass of Row class, I'd like to add ’public’ access control to init() method of Row class.

xai3 commented 8 years ago

@tzkmn thx!