EMCommonDefs.h 310 B

1234567891011121314
  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. #ifndef EMCommonDefs_h
  9. #define EMCommonDefs_h
  10. #define EM_DEPRECATED_IOS(_hyphenateIntro, _hyphenateDep, ...) __attribute__((deprecated("")))
  11. #endif /** EMCommonDefs_h */