UMSocialSinaHandler.h 293 B

123456789101112131415161718
  1. //
  2. // UMSocialSinaHandler.h
  3. // UMSocialSDK
  4. //
  5. // Created by wyq.Cloudayc on 2/21/17.
  6. // Copyright © 2017 UMeng. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <UMShare/UMShare.h>
  10. @interface UMSocialSinaHandler : UMSocialHandler
  11. + (UMSocialSinaHandler *)defaultManager;
  12. @end