UMShare.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. //
  2. // UMSocialCore.h
  3. // UMSocialCore
  4. //
  5. // Created by 张军华 on 16/8/24.
  6. // Copyright © 2016年 张军华. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //! Project version number for UMSocialCore.
  10. FOUNDATION_EXPORT double UMSocialCoreVersionNumber;
  11. //! Project version string for UMSocialCore.
  12. FOUNDATION_EXPORT const unsigned char UMSocialCoreVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <UMShare/PublicHeader.h>
  14. //base handle
  15. #import <UMShare/UMSocialHandler.h>
  16. //UI
  17. //#import <UMShare/UMSocialShareEditViewController.h>
  18. //#import <UMShare/UMSocialSOAuthViewController.h>
  19. //save socialData
  20. #import <UMShare/UMSocialDataManager.h>
  21. //ImageUtil
  22. #import <UMShare/UMSocialImageUtil.h>
  23. //shareMessageObject
  24. #import <UMShare/UMSocialMessageObject.h>
  25. #import <UMShare/UMSocialResponse.h>
  26. //core Social
  27. #import <UMShare/UMSocialGlobal.h>
  28. #import <UMShare/UMSocialManager.h>
  29. #import <UMShare/UMSocialPlatformConfig.h>
  30. #import <UMShare/UMSocialPlatformProvider.h>
  31. //img ImageUtils
  32. #import <UMShare/UMSocialCoreImageUtils.h>
  33. //UMSocial log
  34. #import <UMShare/UMSociallogMacros.h>
  35. //watermark
  36. #import <UMShare/UMSocialWarterMarkConfig.h>