/* * Copyright (c) 2023, Nico Weber * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once // Several AK types conflict with MacOS types. #define FixedPoint FixedPointMacOS #import #undef FixedPoint @interface AppDelegate : NSObject @end