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

3 lines
52 B
Mathematica
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
@interface FoodBox<T : id<Eatable>> : NSObject
@end