UMSocialQQHandler.h 400 B

123456789101112131415161718192021
  1. //
  2. // UMSQQDataTypeTableViewController.h
  3. // SocialSDK
  4. //
  5. // Created by umeng on 16/4/15.
  6. // Copyright © 2016年 dongjianxiong. All rights reserved.
  7. //
  8. #import <UMShare/UMShare.h>
  9. @interface UMSocialQQHandler : UMSocialHandler
  10. + (UMSocialQQHandler *)defaultManager;
  11. /** QQ是否支持网页分享
  12. * @param support 是否支持
  13. */
  14. - (void)setSupportWebView:(BOOL)support __deprecated;
  15. @end