4 lines
36 B
Mathematica
4 lines
36 B
Mathematica
|
|
@protocol Eatable
|
||
|
|
- (void)eat;
|
||
|
|
@end
|