what does it mean to create a category like this: @interface myClass () ... @end
in the same class's .m
file ? this category may contain methods and properties, why not to add these methods and properties directly in the class's .h
file ?
thank you in advance.