15 lines
213 B
Objective-C
15 lines
213 B
Objective-C
//
|
|
// ALPTBAuthParam.h
|
|
// ALPLinkPartnerSDK
|
|
//
|
|
// Created by czp on 16/9/22.
|
|
// Copyright © 2016年 czp. All rights reserved.
|
|
//
|
|
|
|
#import "ALPTBJumpParam.h"
|
|
|
|
@interface ALPTBAuthParam : ALPTBJumpParam
|
|
|
|
|
|
@end
|