3 lines
124 B
Objective-C
3 lines
124 B
Objective-C
NSArray *items = [NSArray arrayWithObjects:@"A", @"B", @"C", @"B", @"A", nil];
|
|
|
|
NSSet *unique = [NSSet setWithArray:items];
|