BlackWolf / Connichiwa

A framework for local multi-device web applications
15 stars 0 forks source link

Complete private interfaces and check underscore methods #26

Closed BlackWolf closed 10 years ago

BlackWolf commented 10 years ago

We need to take care of private methods in Objective-C. This means that we should check which methods are class-internal and preprend them with an underscore. Also, these methods need to be added to the class extensions (private methods).