BDPFoundationDefines.h
289 Bytes
//
// BDPFoundationDefines.h
// BBAFoundation
//
// Created by Cao,Jingda on 2020/7/11.
// Copyright © 2020 Baidu. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
#define BDP_FOUNDATION_DEPRECATED(msg) __deprecated_msg(msg)
NS_ASSUME_NONNULL_END