RosettaCodeData/Task/Constrained-genericity/Objective-C/constrained-genericity-1.m

4 lines
36 B
Objective-C

@protocol Eatable
- (void)eat;
@end