UMCommon.h 513 B

1234567891011121314151617181920
  1. //
  2. // UMCommon.h
  3. // UMCommon
  4. //
  5. // Created by San Zhang on 11/2/16.
  6. // Copyright © 2016 UMeng. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //! Project version number for UMCommon.
  10. FOUNDATION_EXPORT double UMCommonVersionNumber;
  11. //! Project version string for UMCommon.
  12. FOUNDATION_EXPORT const unsigned char UMCommonVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <UMCommon/PublicHeader.h>
  14. #import <UMCommon/UMConfigure.h>