- //
- // ALPSafeMutableDictionary.h
- // ALPLinkPartnerSDK
- //
- // Created by czp on 16/10/24.
- // Copyright © 2016年 czp. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- __attribute__((deprecated("ALPOpenUtil已过期, 不再使用")))
- @interface ALPSafeMutableDictionary : NSMutableDictionary
- @end
|