酷店

ALPBasePluginParam.h 264B

12345678910111213141516
  1. //
  2. // ALPBasePluginParam.h
  3. // ALPLinkPartnerSDK
  4. //
  5. // Created by czp on 16/9/26.
  6. // Copyright © 2016年 czp. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface ALPBasePluginParam : NSObject
  10. @property (nonatomic, strong) NSURL *url;
  11. @end