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

3 lines
52 B
Mathematica
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
@interface FoodBox<T : id<Eatable>> : NSObject
@end