Aucune description

UMSocialWechatHandler.h 314B

1234567891011121314151617
  1. //
  2. // UMSWechatDataTypeTableViewController.h
  3. // SocialSDK
  4. //
  5. // Created by umeng on 16/4/14.
  6. // Copyright © 2016年 dongjianxiong. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <UMSocialCore/UMSocialCore.h>
  10. @interface UMSocialWechatHandler : UMSocialHandler
  11. + (instancetype)defaultManager;
  12. @end