@protocol MyProtocol -(id) instanceMethod; +(int) classMethod; @property id instanceProperty; @property (class) int classProperty; @end