blob: 18cfb463c376ea11b41482a5286ca33fe14342c9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* Copyright (c) 2022-2023 Jon Palmisciano. All rights reserved.
*
* Use of this source code is governed by the BSD 3-Clause license; the full
* terms of the license can be found in the LICENSE.txt file.
*/
#pragma once
constexpr auto PluginLoggerName = "Plugin.Objective-C";
|