pflau
Oct 9, 2010, 01:58 AM
This does not compile..
@interface Child : Parent, NSObject<someprotocol>...
@interface Child : Parent, NSObject<someprotocol>...

View Full Version : Can an interface BOTH inherit from another interface AND implement a protocol?