UMSocialWechatHandler.h 390 B

123456789101112131415161718
  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 <UMShare/UMShare.h>
  10. @interface UMSocialWechatHandler : UMSocialHandler
  11. + (instancetype)defaultManager;
  12. - (void)getReceivedCommandWithCommand:(NSInteger *)command andCode:(NSInteger *)code;
  13. @end