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

4 lines
36 B
Mathematica
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
@protocol Eatable
- (void)eat;
@end