ifish/Ifish/AlibcTradeSDK-3.1.1.96/Frameworks/AlibcLinkPartnerSDK.framework/Headers/ALPTBJumpParam.h

21 lines
321 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// ALPTBJumpParam.h
// ALPLinkPartnerSDK
//
// Created by czp on 16/10/10.
// Copyright © 2016年 czp. All rights reserved.
//
#import "ALPJumpParam.h"
@interface ALPTBJumpParam : ALPJumpParam
/**
* 模块h5detailshopauth;不需要改动
*/
@property (nonatomic, copy) NSString *module;
@end