@interface SomeClass : NSObject
{
}
@end
@implementation SomeClass
-(void) awesomeMethod600
{
}
@end
No error, and awesomeMethod600 works.
The method declarations in the class interfaces are there for the compiler (to suppress warnings), since method lookup in Objective-C is done at runtime, and not compile time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With