1@protocol NSString
2@end
3
4@interface Dictionary <FirstParam : id <NSString>, NSString>
5@end
6