酷店

ALPTBJumpParam.h 321B

123456789101112131415161718192021
  1. //
  2. // ALPTBJumpParam.h
  3. // ALPLinkPartnerSDK
  4. //
  5. // Created by czp on 16/10/10.
  6. // Copyright © 2016年 czp. All rights reserved.
  7. //
  8. #import "ALPJumpParam.h"
  9. @interface ALPTBJumpParam : ALPJumpParam
  10. /**
  11. * 模块,h5,detail,shop,auth;不需要改动
  12. */
  13. @property (nonatomic, copy) NSString *module;
  14. @end