CommonTaoBao.h 441 B

1234567891011121314151617
  1. //
  2. // CommonTaoBao.h
  3. // sdjy
  4. //
  5. // Created by Virgil on 2017/9/26.
  6. // Copyright © 2017年 Virgil. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface CommonTaoBao : NSObject
  11. + (void)showItemInWebOrAppWithTypeFrom:(NSString *)typeFrom urlstr:(NSString *)url;
  12. + (void)showItemInTmall4iOS:(NSString *)itemId;
  13. + (void)showItemInTaobao4iOS:(NSString *)itemId;
  14. + (void)tongwanWeb:(NSURL *)url;
  15. @end