猎豆优选

ALPSafeMutableDictionary.h 311B

123456789101112131415
  1. //
  2. // ALPSafeMutableDictionary.h
  3. // ALPLinkPartnerSDK
  4. //
  5. // Created by czp on 16/10/24.
  6. // Copyright © 2016年 czp. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. __attribute__((deprecated("ALPOpenUtil已过期, 不再使用")))
  10. @interface ALPSafeMutableDictionary : NSMutableDictionary
  11. @end