开发版本-developer——01 first commit
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// ALPTBDetailParam.h
|
||||
// ALPLinkPartnerSDK
|
||||
//
|
||||
// Created by czp on 16/9/22.
|
||||
// Copyright © 2016年 czp. All rights reserved.
|
||||
//
|
||||
|
||||
#import "ALPTBJumpParam.h"
|
||||
|
||||
@interface ALPTBDetailParam : ALPTBJumpParam
|
||||
|
||||
/**
|
||||
* itemId,要跳转到的商品
|
||||
*/
|
||||
@property (nonatomic, strong) NSString *itemId;
|
||||
|
||||
/**
|
||||
* 初始化,itemId(必传)
|
||||
*
|
||||
* @param itemId
|
||||
*/
|
||||
-(instancetype)initWithItemId:(NSString *)itemId;
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user