NSSet *intSet = [[NSSet alloc] initWithObjects: @1, @2, @3, nil];NSSet<NSString *> *strSet = [[NSSet alloc] initWithObjects: @"one", @"two", @"three", nil];