oleksii-demedetskyi / Parus

Parus is simple chain style auto-layout helper for objective-c.
MIT License
106 stars 4 forks source link

Add Private prefix to all 'private' entities #16

Closed oleksii-demedetskyi closed 10 years ago

oleksii-demedetskyi commented 10 years ago

Currently we use PV as prefix for all entities that we produce. This leads to situation when auto-complete will try to suggest internal protocols and other stuff included in public headers.

I suggest add special prefix for internal entities _PV. So wi will see only actual information in auto-complete.