AgoraChatSDK 1.2.0
AgoraChatCommonDefs.h
1//
2// AgoraChatCommonDefs.h
3// HyphenateSDK
4//
5// Created by XieYajie on 3/25/16.
6// Copyright © 2016 easemob.com. All rights reserved.
7//
8
9#ifndef AgoraChatCommonDefs_h
10#define AgoraChatCommonDefs_h
11
12#define EM_DEPRECATED_IOS(_hyphenateIntro, _hyphenateDep, ...) __attribute__((deprecated("")))
13
14#endif