1234567891011121314151617 |
- //
- // CommonTaoBao.h
- // sdjy
- //
- // Created by Virgil on 2017/9/26.
- // Copyright © 2017年 Virgil. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- @interface CommonTaoBao : NSObject
- + (void)showItemInWebOrAppWithTypeFrom:(NSString *)typeFrom urlstr:(NSString *)url;
- + (void)showItemInTmall4iOS:(NSString *)itemId;
- + (void)showItemInTaobao4iOS:(NSString *)itemId;
- + (void)tongwanWeb:(NSURL *)url;
- @end
|