开发版本-developer——01 first commit

This commit is contained in:
wbzhan
2019-07-08 18:24:03 +08:00
parent 5a10dfa182
commit 8693efe121
386 changed files with 7069 additions and 1951 deletions
@@ -0,0 +1,20 @@
//
// 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