Are the parent classes always referenced by the inferface not the implementation?
@interface MyClass : ParentClass
@end
@implementation MyClass
@end
Are the parent classes always referenced by the inferface not the implementation?
@interface MyClass : ParentClass
@end
@implementation MyClass
@end