EMCommonDefs.h 309 B

123456789101112131415
  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 */