Hi friends...
Normally we use
@interface interface_name : parent_class <delegates>
{
......
}
@end
method in .h file and in .m file we synthesis the properties of variables declared in .h file.
But in some code, this @interface.....@end method is kept in the .m file also. What it means? What is the difference between them?
Also give some words about getters and setters for the interface file that is defined in .m file...
Thanks in Advance