21 lines
321 B
Objective-C
21 lines
321 B
Objective-C
//
|
||
// ALPTBJumpParam.h
|
||
// ALPLinkPartnerSDK
|
||
//
|
||
// Created by czp on 16/10/10.
|
||
// Copyright © 2016年 czp. All rights reserved.
|
||
//
|
||
|
||
#import "ALPJumpParam.h"
|
||
|
||
@interface ALPTBJumpParam : ALPJumpParam
|
||
|
||
/**
|
||
* 模块,h5,detail,shop,auth;不需要改动
|
||
*/
|
||
@property (nonatomic, copy) NSString *module;
|
||
|
||
|
||
|
||
@end
|