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