P pflau macrumors 6502 Original poster Oct 8, 2010 #1 This does not compile.. @interface Child : Parent, NSObject<someprotocol>...
robbieduncan Moderator emeritus Oct 9, 2010 #2 What is the NSObject for? Does this compile? Code: interface Child : Parent <someprotocol>