11 lines
318 B
C
11 lines
318 B
C
// Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
|
// Use of this source code is governed by a MIT license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#ifndef NERtcCallKitConsts_h
|
|
#define NERtcCallKitConsts_h
|
|
|
|
#define NERtcCallKitDeprecate(msg) __attribute__((deprecated(msg)))
|
|
|
|
#endif /* NERtcCallKitConsts_h */
|