blob: 72118031612c6c0431b8dbb81ba10fe0f7ee8e14 [file] [log] [blame] [edit]
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'objective_c_bindings_generated.dart';
extension StringToNSString on String {
NSString toNSString() => NSString(this);
}