iOS 范型
2018-06-06 本文已影响6人
SamCheck
iOS 典型的范型数据:NSDictionary
@interface NSDictionary<__covariant KeyType, __covariant ObjectType> : NSObject
@end
iOS 典型的范型数据:NSDictionary
@interface NSDictionary<__covariant KeyType, __covariant ObjectType> : NSObject
@end