//
//  UMSocialCore.h
//  UMSocialCore
//
//  Created by 张军华 on 16/8/24.
//  Copyright © 2016年 张军华. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for UMSocialCore.
FOUNDATION_EXPORT double UMSocialCoreVersionNumber;

//! Project version string for UMSocialCore.
FOUNDATION_EXPORT const unsigned char UMSocialCoreVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <UMShare/PublicHeader.h>

//base handle
#import <UMShare/UMSocialHandler.h>

//UI
//#import <UMShare/UMSocialShareEditViewController.h>
//#import <UMShare/UMSocialSOAuthViewController.h>

//save socialData
#import <UMShare/UMSocialDataManager.h>

//ImageUtil
#import <UMShare/UMSocialImageUtil.h>

//shareMessageObject
#import <UMShare/UMSocialMessageObject.h>
#import <UMShare/UMSocialResponse.h>

//core Social
#import <UMShare/UMSocialGlobal.h>
#import <UMShare/UMSocialManager.h>
#import <UMShare/UMSocialPlatformConfig.h>
#import <UMShare/UMSocialPlatformProvider.h>

//img ImageUtils
#import <UMShare/UMSocialCoreImageUtils.h>

//UMSocial log
#import <UMShare/UMSociallogMacros.h>


//watermark
#import <UMShare/UMSocialWarterMarkConfig.h>


