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

4 lines
36 B
Mathematica
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
@protocol Eatable
- (void)eat;
@end