UMSocialSinaHandler.h 303 B

1234567891011121314151617
  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 <UMSocialCore/UMSocialCore.h>
  10. @interface UMSocialSinaHandler : UMSocialHandler
  11. + (UMSocialSinaHandler *)defaultManager;
  12. @end