|
//
|
|
// ALPBasePluginParam.h
|
|
// ALPLinkPartnerSDK
|
|
//
|
|
// Created by czp on 16/9/26.
|
|
// Copyright © 2016年 czp. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface ALPBasePluginParam : NSObject
|
|
|
|
@property (nonatomic, strong) NSURL *url;
|
|
|
|
@end
|