This new language feature comes with iOS9 a few time ago, I knew the basic usage.
@property (nonatomic, strong) NSArray<NSString *> *params;
But I want to define params as
NSArray<NSString * or UIImage *>
, the array contains NSString* or UIImage*, is that possible to define explicitly? typedef?
Thanks for all the tips!