blob: 754a061a71d2798014f83874914ec9242703e65a [file] [log] [blame]
// 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.
export 'src/core.dart';
export 'src/objective_c_bindings_generated.dart'
show
ObjCSelector,
ObjCObject,
ObjCBlock,
objectRetain,
objectRelease,
blockCopy,
blockRelease;