EaseUI-Prefix.pch 710 B

12345678910111213141516171819
  1. /************************************************************
  2. * * Hyphenate CONFIDENTIAL
  3. * __________________
  4. * Copyright (C) 2016 Hyphenate Inc. All rights reserved.
  5. *
  6. * NOTICE: All information contained herein is, and remains
  7. * the property of Hyphenate Inc.
  8. * Dissemination of this information or reproduction of this material
  9. * is strictly forbidden unless prior written permission is obtained
  10. * from Hyphenate Inc.
  11. */
  12. // Include any system framework and library headers here that should be included in all compilation units.
  13. // You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
  14. #ifdef __OBJC__
  15. #import <UIKit/UIKit.h>
  16. #endif